﻿@charset "UTF-8"; /* 雀の往来 */

/*************************************************************

 Copyright (C) nukinavi.
 Since : 2010-11
 Last Modifined : 2013-09-03

*************************************************************/

/********************
 1. base 
 2. common
 3. main
 4. result
********************/

/********************
 1. base 
********************/

body {
	background: url(../img/body-back.gif) repeat scroll 0 0 transparent;
}

div#wrapper {
	width: 980px;
	margin: 0 auto;
}

div#mainb h2 img,
div#mainb h3 img {
	vertical-align: bottom;
}

div#mainb h2.title {
	background: url(../img/body-back.gif) repeat scroll 0 0 transparent;
}



div.notes {
	width: 830px;
	margin-left: 15px;
	padding: 10px;
	border: 1px #d2c8b7 solid;
	border-radius: 5px;
}


/********************
 2. common 
********************/

p.box-under {
	text-align: center;
}

.bold {
	font-weight: bold;
}

div#mainb a {
	text-decoration: underline;
}

/********************
 3. main
********************/

div#mainb {
	color: #301a1a;
	background: transparent url(../img/bg-eradication.gif) repeat center center;
}

/* measure */

div#mainb div#measure {
	padding: 25px 10px 20px;
	background: #ffffff url(../img/bg-measure.jpg) no-repeat center bottom;
}

div#mainb div#measure h3#measure-top {
	font-weight: bold;
	text-align: left;
}

div#mainb div#measure dl dd {
	margin-bottom: 10px;
	padding-left: 30px;
}

div#mainb div#measure p#measure-under {
	width: 930px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #fffef1;
	border: 1px #d6d4b8 solid;
	border-radius: 5px;
	font-size: 131%;
	font-weight: bold;
	text-align: center;
}

div#mainb div#measure p#measure-under span {
	font-size: 138.5%;	
	color: #ff0000;
}

/* tell */

div#mainb h3 {
	text-align: center;
}

div#mainb div#tell {
	position: relative;
	padding: 0 0 10px 50px;
	background: transparent url(../img/bg-eradication-box.gif) repeat-y center center	
}

div#mainb div#tell p.tell-top {
	padding: 10px;
}

div#mainb div#tell  img.parson {
	position: absolute;
	top: -55px;
	right: 25px;
}

div#mainb div#tell div.notes  p.toform {
	padding: 10px 0;
}

div#mainb div#tell div.notes  p.toform a {
	font-size: 138.5%;		
}

/* surreptitious */

div#mainb div#surreptitious {
	position: relative;
	padding: 10px 0 10px 50px;
	background: transparent url(../img/bg-eradication-box.gif) repeat-y center center	
}

div#mainb div#surreptitious  img.parson {
	position: absolute;
	top: -50px;
	right: 60px;
}


div#mainb div#surreptitious p.attention {
	padding: 10px 0;
	color: #ff0000;
}

div#mainb div#surreptitious  div.notes p.chrome {
	width: 400px;
	padding: 15px 0;
	background: transparent url(../img/icon-chrome.gif) no-repeat right center	;
	font-size: 116%;
}

div#mainb div#surreptitious h4 {
	margin-top: 30px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 116%;
	padding-left: 7px;
}

div#mainb div#surreptitious h4.method1 {
	background-image: url(../img/bg-method1.gif);
}

div#mainb div#surreptitious h4.method2 {
	background-image: url(../img/bg-method2.gif);
}

div#mainb div#surreptitious dl dt {
	padding: 10px 0 0 45px;
	text-indent: -20px;
}

div#mainb div#surreptitious p.searchgoogle,
div#mainb div#surreptitious a.searchgoogle {
	padding: 5px 0 0 75px;
}

div#mainb div#surreptitious div.notes.under p {
	text-indent: -14px;
	margin-left: 15px;
}

div#mainb div#surreptitious div.notes.under a {
	margin-left: 15px;
	padding: 5px 0;
}

/* form */

div#mainb div#form {
	margin-top: 20px;
	padding: 10px;
}

div#mainb div#form p {
	padding-left: 140px;
}

div#mainb div#form p.text {
	margin-top: 20px;
}

div#mainb div#form p.strong {
	padding: 0;
	font-size: 153.9%;	
	font-weight: bold;
	text-align: center;
}

div#mainb div#form dl.attention {
	width: 680px;
	height: 130px;
	margin: 10px auto;
	background: transparent url(../img/bg-attention.gif) no-repeat center center;
}

div#mainb div#form dl.attention dt {
	padding: 5px 10px;
	font-weight: bold;
}

div#mainb div#form dl.attention dd {
	padding: 0 10px;
}

div#mainb div#form table {
	width: 680px;
	margin: 0 auto;
}

div#mainb div#form table tbody tr td {
	border: 1px #cdc9c1 solid;
	padding: 10px;
}



div#mainb div#form table tbody tr td input {
	width: 498px;
}

div#mainb div#form table tbody tr td textarea {
	padding: 2px;
	width: 497px;
	height: 100px;
}

div#mainb div#form table tbody tr td.dataname {
	width: 130px;
	color: #ffffff;
	background-color: #948a79;
	vertical-align: middle;
}

div#mainb div#form p.submit {
	text-align: center;
} 

div#mainb div#form p.submit input {
	width: 150px;
	margin: 10px 140px 10px 0;
}

table td.dataname ul.sdx_error li {
	width: 90px;
	background: #e83030;
	border: 1px #984746 solid;
	text-align: center;
	border-radius: 5px;
}


/********************
  4. result
********************/

div#result-main {
	padding: 20px 0;
	background: transparent url(../img/bg-eradication.gif) repeat center center;
	color: #301a1a;
	text-align: center;
}

div#result-main img.bg-result-top {
	vertical-align: bottom;
}

div#result-main img.bg-result-under {
	vertical-align: top;
}

div#result {
	width: 680px;
	margin: 0 auto;
	padding: 70px 0;
	background: transparent url(../img/bg-result.gif) repeat-y center center;
	text-align: center;
	line-height: 30px;
}

div#result-main h2.title-reslut {
	margin-left: -485px;
	color: #ff0000;
	font-size: 108%;
	font-weight: bold;
}

              
ul.to-mypage {
	height: 230px;
	padding: 10px 0 0 120px;
}

ul.to-mypage-middle {
	clear: both;
	height: 210px;
	padding: 5px 28px 5px 28px;
	background: url("/img/default/mypage/half-ticket/back-line.gif") repeat-y scroll 0 0 transparent;
}

ul.to-mypage li {
	display:inline-block;
	width: 348px;
	margin-bottom: ;
	padding: 26px 0;
	border-radius: 5px;
}

html.ie6-7 ul.to-mypage li {
	*display: inline;
	*zoom: 1; 
}


ul.to-mypage li.login dl dd.login-text,
ul.to-mypage li.create dl dd.create-text {
	padding: 6px 0 10px 0;
}

ul.to-mypage li.login {
	background-color:#f9f5e8;
	margin-right: 16px;
}


ul.to-mypage li.login dl dt {
	padding-left: 50px;
}

ul.to-mypage li.create {
	background-color:#ecf6e7;
}

ul.to-mypage li.create dl dt {
	padding-left: 18px;
}

ul.to-mypage li.create dl dd.create-text {
	padding-left: 67px;
}

ul.to-mypage li dl dd.btn {
	text-align:center;
}
              