@charset "euc-jp";


/* ALL
----------------------------------------------------*/

* html body {     
    background: url(null) fixed;
}
body {font-family:メイリオ, sans-serif; }
body,div,ul,li,dt,dl,dd,p,img {margin: 0;padding: 0;font-size: 13px;}
ul {list-style: none; margin: 0 padding: 0;}
img {border: 0;}

.clearfix:after
	{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;margin: 0;padding: 0;}
/* clearfix for ie7 */
.clearfix
	{display: inline-block;margin: 0;padding: 0;}
.clearfix
	{display: block;margin: 0;padding: 0;}


.font_bold { font-weight: bold; font-size: 14px; }
.font_red { color: #CC0000; }
.border_bottom { border-bottom: 1px solid #d1d0d0; z-index: 6;}

a:link {	text-decoration: none;}
a:hover {	text-decoration: underline; color: #CC0000;}
a:visited {	text-decoration: none;}


#snsbadge li {
	float: left;
}


/* header(固定部分) 
----------------------------------------------------------- */  
div#header {  
	width: 100%;
	height: 30px;
	background: #363636;  
	color: #FFF;  
	position: fixed;  
	top:0;  
	left:0;
	z-index: 5;
	min-width: 600px;
}

* html div#header {     
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop+0));
}
.header_top {
}

#header div {
	line-height: 1.8em;
}

div#header h1 {
	margin: 0;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
}
.header_right {
	float: right;
	color: #FFF;
	font-weight: bold;
}
.header_right img {
	vertical-align: -5px;
}

		/* ドロップダウン */
ul.dropdownMenu {	height: 25px;	margin: 5px 0px 0px 0px;	padding: 0px;	color: #FFF;}
ul.dropdownMenu li {	float: left;	display: block;	position: relative;	color: #FFF;	text-decoration: none;	padding: 0px 5px;}
ul.dropdownMenu a:hover {}
ul.dropdownMenu li:last-child {} 
ul.dropdownMenu li a:hover {	color: #CC0000;}
ul.dropdownMenu li a {	font-weight: bold;	color: #FFF; text-decoration: none;} 
ul.dropdownMenu ul {
	position: absolute;
	right: -5px;
	top: 30px;
	display: block;
	visibility: hidden;
	padding: 5px;
	margin: 0px;
	border: 1px solid #363636;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #FFF;
    z-index: 5;
	-webkit-box-shadow:0 0 6px 2px rgba(200,200,200,0.2) inset;
	-moz-box-shadow:0 0 6px 2px rgba(200,200,200,0.2) inset;
	box-shadow:0 0 6px 2px rgba(200,200,200,0.2) inset;
}
ul.dropdownMenu ul:after,
ul.dropdownMenu ul:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
ul.dropdownMenu ul:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	left: 80%;
	margin-left: 14px;
}
ul.dropdownMenu ul:before {
	border-color: rgba(54, 54, 54, 0);
	border-bottom-color: #363636;
	border-width: 11px;
	left: 90%;
	margin-left: -11px;
}
ul.dropdownMenu ul li {
	display: block;
	font-size: 12px;
	line-height: 2.0em;
	text-align: left;
	color: #363636;
	background-color: #FFF;
}
ul.dropdownMenu ul li:last-child {
}
ul.dropdownMenu ul li a {
	width: 100%;
	font-weight: normal;
	margin: 0px;
	display: block;
	color: #363636;
	padding: 0 5px;
	text-decoration: none;
}
ul.dropdownMenu ul li a:hover {
	background-color: #EEE;
	padding: 0 5px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	display: block;
	width: auto;
	text-decoration: none;
}
.dropdownMenuFocus {
	background-color: #363636 !important;
	color: #CC0000;
	width: auto;
	display: block;
	text-decoration: none;
}
.dropdownSubMenuFocus {
	width: 220px;
	display: block;
	text-decoration: none;
}
li.dropdownSubMenuList a:link {
	display: block;
	width: auto;
	text-decoration: none;
}
li.dropdownSubMenuList a:hover {
	display: block;
	width: auto;
	text-decoration: none;
}
.dropdownMenu span {	cursor: pointer;}
#user_panel {	display: block;}

	/* サービスリスト */
.serviceList {
	float: left;
	display: inline;
}
		/*　ドロップダウンメニュー */
		ul.dropdownMenu3 {	height: 18px; margin: 5px 0px 3px 10px; padding: 0px; color: #FFF;
			border-radius: 10px;
		    -webkit-border-radius: 10px;
		    -moz-border-radius: 10px;
			padding: 0 10px;
			border: 1px solid #222;
			background: rgb(69,72,77); /* Old browsers */
			background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(54,54,54,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(54,54,54,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(54,54,54,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(54,54,54,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(54,54,54,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(54,54,54,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#363636',GradientType=0 ); /* IE6-9 */
		}
		ul.dropdownMenu3 li {	float: left; display: block; position: relative; color: #FFF; text-decoration: none; padding: 0px; font-size: 11px;}
		ul.dropdownMenu3 a:hover {}
		ul.dropdownMenu3 li:last-child {} 
		ul.dropdownMenu3 li a:hover {}
		ul.dropdownMenu3 li a {	font-weight: bold;	color: #FFF;} 
		ul.dropdownMenu3 ul {
			position: absolute;
			left: -10px;
			top: 30px;
			display: block;
			visibility: hidden;
			padding: 0px;
			margin: 0px;
			border: 5px solid #777;
			border-radius: 3px;
		    -webkit-border-radius: 3px;
		    -moz-border-radius: 3px;
		    background-color: #FFF;
		    z-index: 5;
			-webkit-box-shadow:0 0 6px 2px rgba(200,200,200,0.2) inset;
			-moz-box-shadow:0 0 6px 2px rgba(200,200,200,0.2) inset;
			box-shadow:0 0 6px 2px rgba(200,200,200,0.2) inset;
		}
		ul.dropdownMenu3 ul:after,
		ul.dropdownMenu3 ul:before {
			bottom: 100%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
		}
		ul.dropdownMenu3 ul li {
			display: block;
			font-size: 14px;
			text-align: center;
			font-weight: bold;
		}
		ul.dropdownMenu3 ul li.serviceTitle {
			color: #FFF;
			background-color: #777;
			padding: 3px 0;
		}
		ul.dropdownMenu3 ul li:last-child {
			marign: 0 auto;
		}
		ul.dropdownMenu3 ul li a {
			width: 100%;
			font-weight: normal;
			margin: 0px;
			display: block;
			color: #777;
			padding: 0px;
			text-decoration: none;
			border-bottom: 1px dotted #777;
		}
		ul.dropdownMenu3 ul li a:hover {
			padding: 0px;
			display: block;
			width: auto;
			text-decoration: none;
		    background-color: #EDEDED;
			border-bottom: 1px dotted #777;
			padding-top: 27px;
			padding-left: 87px;
		}
		.dropdownMenuFocus3 {
			background-color: !important;
			width: auto;
			display: block;
			text-decoration: none;
		}
		.dropdownSubMenuFocus3 {
			width: 240px;
			display: block;
			text-decoration: none;
		}
		li.back_craudia a:link,
		li.back_craudia a:hover {
			background: url(//img.i2i.jp/service/common/img/crowd_logo.png) no-repeat;
			background-position: 0 0;
			width: 153px;
			height: 33px;
			font-size: 10px;
			padding-top: 27px;
			padding-left: 87px;
			text-align: left;
			line-height: 1.2em;
		}
		li.back_gmach a:link,
		li.back_gmach a:hover {
			background: url(//img.i2i.jp/service/common/img/gamerch_logo.png) no-repeat;
			background-position: 0 0;
			width: 153px;
			height: 33px;
			font-size: 10px;
			padding-top: 27px;
			padding-left: 87px;
			text-align: left;
			line-height: 1.2em;
		}
		li.back_wazap a:link,
		li.back_wazap a:hover {
			background: url(//img.i2i.jp/service/common/img/wazap_logo.png) no-repeat;
			background-position: 0 0;
			width: 153px;
			height: 33px;
			font-size: 10px;
			padding-top: 27px;
			padding-left: 87px;
			text-align: left;
			line-height: 1.2em;
		}
		
		li.back_i2ipoint a:link,
		li.back_i2ipoint a:hover {
			background: url(//img.i2i.jp/service/common/img/i2ipoint_logo.png) no-repeat;
			background-position: 0 0;
			width: 153px;
			height: 33px;
			font-size: 10px;
			padding-top: 27px;
			padding-left: 87px;
			text-align: left;
			line-height: 1.2em;
		}

		.dropdownMenu3 span {	cursor: pointer;}

li.kugiri {	border-bottom: 1px solid #CCC; margin-bottom:5px;}


/* banner
----------------------------------------------------------- */  
#banner {
	width:90%;
	margin: 0 auto 10px auto;
	padding-top: 50px;
	left: 5%;
	height: 45px;
	border-bottom: 5px solid #cc0000;
	min-width: 1000px;
	max-width: 1200px;
}
#banner2 {
	width:90%;
	margin: 30px auto 10px auto;
	padding-top: 10px;
	left: 5%;
	height: 35px;
	min-width: 1000px;
	max-width: 1200px;
	color: #777;
	border-bottom: 3px double #4A4A4A;
	font-size:16px;
}

.banner_top { float: left; font-size: 16px; color: #777;}
.banner_top2 { float: left; height: 45px;}
.pk_top {
	padding-top: 45px;
	width: 89%;
	margin: 0 auto;
	left: 5%;
	color: #666;
	min-width: 1000px;
	max-width: 1200px;
}
.pk {
	width: 89%;
	margin: 0 auto 5px auto;
	left: 5%;
	color: #666;
	min-width: 1000px;
	max-width: 1200px;
	font-size: 12px;
}
.pk3 {
	width: 89%;
	margin: 0 auto 5px auto;
	left: 5%;
	color: #666;
	min-width: 1000px;
	max-width: 1200px;
}

.menu_top { float: right;width: 205px;}
a.linkTop {
	width: 89%;
	padding: 20px 0 0 0;
	margin: 0px;
	float: left;
	font-size: 18px;
	min-width: 1000px;
	max-width: 1200px;
}
a:hover.linkTop {
	width: 89%;
	text-decoration: none;
	padding: 20px 0 0 0;
	margin: 0px;
	float: left;
	font-size: 18px;
	min-width: 1000px;
	max-width: 1200px;
}
a.linkMenu {
	position: absolute;
	background: url(//img.i2i.jp/service/common/img/menu_link.png) no-repeat;
	width: 205px;
	height: 50px;
	display: block;
	text-indent: -10000px;
	text-decoration: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	float: right;
	z-index: 4; 
}
a:hover.linkMenu {
	background: url(//img.i2i.jp/service/common/img/menu_link.png) no-repeat;
	background-position: bottom;
	width: 205px;
	height: 50px;
	display: block;
	text-indent: -10000px;
	text-decoration: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	float: right;
	z-index: 4; 
}

	/*　ドロップダウンメニュー */
ul.dropdownMenu2 {	margin: 0px;	padding: 0px;	color: #FFF;}
ul.dropdownMenu2 li {	float: left;	display: block;	position: relative;	color: #FFF;}
ul.dropdownMenu2 a:hover {	color: #CC0000;}
ul.dropdownMenu2 li:last-child {	color: #CC0000;}
ul.dropdownMenu2 li a:hover {	color: #CC0000;}
ul.dropdownMenu2 li a {	font-weight: bold;	color: #FFF;}
ul.dropdownMenu2 ul {
	position: absolute;
	right: -200px;
	top: 60px;
	display: block;
	visibility: hidden;
	padding: 5px 0;
	margin: 0px;
	border: 3px solid #363636;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #FFF;
    line-height: 2.5em;
    font-size: 14px;
    font-weight: bold;
    z-index: 3;
	-webkit-box-shadow:0 0 6px 2px rgba(200,200,200,0.2) inset;
	-moz-box-shadow:0 0 6px 2px rgba(200,200,200,0.2) inset;
	box-shadow:0 0 6px 2px rgba(200,200,200,0.2) inset;
}
ul.dropdownMenu2 ul:after,
ul.dropdownMenu2 ul:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    z-index: 3;
}
ul.dropdownMenu2 ul:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	left: 80%;
	margin-left: -10px;
    z-index: 3;
}
ul.dropdownMenu2 ul:before {
	border-color: rgba(54, 54, 54, 0);
	border-bottom-color: #363636;
	border-width: 13px;
	left: 80%;
	margin-left: -13px;
    z-index: 3;
}
ul.dropdownMenu2 ul li {
	display: block;
	line-height: 2.0em;
	text-align: left;
	color: #363636;
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
	text-decoration: none;
    z-index: 3;
}
ul.dropdownMenu2 ul li:last-child {    z-index: 3;}
ul.dropdownMenu2 ul li a {
	color: #363636;
	text-decoration: none;
	font-weight: bold;
	line-height: 2.5em;
	width: 100%;
	margin: 0px;
	padding: 0;
	display: block;
	padding: 5px 10px;
    z-index: 3;
}
ul.dropdownMenu2 ul li a:hover {
	background-color: #EEE;
	text-decoration: none;
	font-weight: bold;
	line-height: 2.5em;
	display: block;
	padding: 5px 10px;
    z-index: 3;
}
 
.dropdownMenuFocus2 {
	background-color: #363636 !important;
	color: #CC0000;
	width: auto;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 2.5em;
    z-index: 3;
}
 
.dropdownSubMenuFocus2 {
	width: 250px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 2.5em;
    z-index: 3;
}
li.dropdownSubMenuList2 a:link {
	display: block;
	width: auto;
	text-decoration: none;
	font-weight: bold;
	line-height: 2.5em;
    z-index: 3;
}
li.dropdownSubMenuList2 a:hover {
	display: block;
	width: auto;
	text-decoration: none;
	font-weight: bold;
	line-height: 2.5em;
    z-index: 3;
}
li.dropdownSubMenuList2 img {
	vertical-align: top;
	padding-right:10px;
}


/* main right
----------------------------------------------------------- */  
#main {
	width: 90%;
	margin: 0 auto 0 auto;
	min-width: 1000px;
	max-width: 1200px;
}
.main_right {float: right; width: 100%; }

.main_rightBox {	margin-left: 300px;}
.main_right_top {
	background-size: cover;
	min-width: 700px;
}
.main_right_toptop {
	background-size: cover;
	min-width: 700px;
	margin-bottom: 20px;
}

.main_right_top img {
	width: 100%;
}

table.main_menuBot {	margin: 0 auto 5px auto;}
table.main_menuBot td {	font-size: 13px; text-align:center;	}

a.main_right_menu00 {
	width: 180px;
	height: 38px;
	color: #363636;
	font-weight: bold;
	display: block;
	padding: 20px 10px 0 10px;
	display: block;
	margin: 0 5px 10px 5px;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 68%, rgba(209,209,209,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(68%,rgba(237,237,237,1)), color-stop(100%,rgba(209,209,209,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 68%,rgba(209,209,209,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 68%,rgba(209,209,209,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 68%,rgba(209,209,209,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 68%,rgba(209,209,209,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
}
a:hover.main_right_menu00 {
	width: 180px;
	height: 38px;
	color: #FFF;
	display: block;
	padding: 20px 10px 0 10px;
	display: block;
	font-weight: bold;
	margin: 0 5px 10px 5px;
	border: 1px solid #cc0000;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background: rgb(237,3,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(237,3,0,1) 0%, rgba(204,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,3,0,1)), color-stop(100%,rgba(204,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,3,0,1) 0%,rgba(204,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,3,0,1) 0%,rgba(204,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,3,0,1) 0%,rgba(204,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(237,3,0,1) 0%,rgba(204,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0300', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
}


.main_boxL {
	width: 100%;
	border: 1px solid #bdbdbd;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #d1d0d0;
    margin-bottom: 10px;
    vertical-align: baseline;
}
.subTitlebk {
	margin: 15px 15px 10px 15px;
}
.subTitlebk h2 { font-size: 14px; float: left; padding: 0; margin: 0 10px 0 0; display: inline; }
.subTitlebk p { font-size: 12px;  }
.main_boxT {
	width: auto;
	padding: 15px;
	background-color: #FFF;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
}
.contentTitle { border-bottom: 1px solid #d1d0d0;}
.contentTitle h3 {
	font-size: 14px;
	border-left: 10px solid #d1d0d0;
	margin: 0 0 5px 0;
	padding: 5px 0 0 10px;
}
.contentBox { margin-top: 10px; width: auto;}
table.menuTable01 { padding: 10px 0; font-size: 13px; }
table.menuTable01 td { padding: 5px 0; vertical-align: top; line-height:1.4em; }


.newBot { margin: 15px auto; height: 70px; text-align: center; width: 28%; }
.topBot { margin: 10px auto 30px auto; }
.newBot a.sinki  {
	background: url(//img.i2i.jp/service/common/img/new_ban.png) no-repeat;
	width: 280px;
	height: 70px;
	display: block;
	text-indent: -10000px;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
.topBot a.sinki {
	background: url(//img.i2i.jp/service/common/img/top_new.png) no-repeat;
	width: 330px;
	height: 80px;
	display: block;
	text-indent: -10000px;
	text-decoration: none;
	overflow: hidden;
	margin: 0 auto;
}
.newBot a:hover.sinki {
	background: url(//img.i2i.jp/service/common/img/new_ban.png) no-repeat;
	background-position: bottom;
	width: 280px;
	height: 70px;
	display: block;
	text-indent: -10000px;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
.topBot a:hover.sinki {
	background: url(//img.i2i.jp/service/common/img/top_new.png) no-repeat;
	background-position: bottom;
	width: 330px;
	height: 80px;
	display: block;
	text-indent: -10000px;
	text-decoration: none;
	overflow: hidden;
	margin: 0 auto;
}

.top_linkw {
	width: 100%;
	margin: 0 auto 10px auto;
	border: 1px solid #d1d0d0;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    background: url(//img.i2i.jp/service/common/img/b_back.png);
}
.top_linkw2 {
	background-color: #363636;
 	border-top-left-radius: 5px;
   -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
  	border-top-right-radius: 5px;
   -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
	border: 1px solid #363636;
	padding: 5px 10px 0px 10px;
	color: #FFF;
	font-size: 18px;
}

#top-intro {
	margin-bottom:8px;
}

.top_link {
	float: center;
}
a.hajimete {
	background: url(//img.i2i.jp/service/common/img/top_hajimete.png) no-repeat;
	width: 350px;
	height: 115px;
	display: block;
	text-indent: -10000px;
	text-decoration: none;
	overflow: hidden;
	margin: 0 auto;
}
a:hover.hajimete {
	background: url(//img.i2i.jp/service/common/img/top_hajimete.png) no-repeat;
	background-position: bottom;
	width: 350px;
	height: 115px;
	display: block;
	text-indent: -10000px;
	text-decoration: none;
	overflow: hidden;
	margin: 0 auto;
}
a.sinkinew {
	background: url(//img.i2i.jp/service/common/img/top_sinkinew.png) no-repeat;
	width: 350px;
	height: 115px;
	display: block;
	text-indent: -10000px;
	text-decoration: none;
	overflow: hidden;
	margin: 0 auto;
}
a:hover.sinkinew {
	background: url(//img.i2i.jp/service/common/img/top_sinkinew.png) no-repeat;
	background-position: bottom;
	width: 350px;
	height: 115px;
	display: block;
	text-indent: -10000px;
	text-decoration: none;
	overflow: hidden;
	margin: 0 auto;
}


.exception01 p { margin-bottom: 15px;}
.exception01 ul { padding: 0 0 0 20px; list-style: square; margin: 0; color: #cc0000; }

.background_orange,
.background_gray {
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0 5px;
}

.background_gray { background-color: #d1d0d0; }
.background_orange { background-color: #f8993a; }
.line_red { color: #CC0000; font-weight: bold; }

table.price_table01 {
	border: 1px solid #d1d0d0;
	border-collapse: collapse;
	text-align: left;
	margin-right: 20px;
	font-size: 13px;
}
.price_table01 caption { font-weight: bold; text-align: left; }
.price_table01 th { background-color: #f4e4e4; padding: 10px 15px; border: 1px solid #d1d0d0; }
.price_table01 td { padding: 10px 15px; border: 1px solid #d1d0d0; width: 110px; text-align: right; }
.plus30 { padding-top: 30px; margin-bottom: 15px;}
.plus50 { padding-top: 50px; margin-bottom: 15px;}

.titleLage {
	font-size: 14px;
	padding: 8px 0 0 10px;
	margin-top: 0;
	background: url(//img.i2i.jp/service/common/img/titleback.png) no-repeat #363636;
	color: #FFF;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 28px;
    max-width: 900px;
    min-width: 700px;
    width: 99%;
    margin-bottom:0;
}
.font01 {	font-size: 14px; font-weight: bold;}
.box01 {	border-bottom: 1px dotted #363636; padding: 10px 0; float: left; width: 48%;margin-right: 20px;}
.box02 {	border-bottom: 1px dotted #363636; padding: 10px 0; float: left; width: 48%;}
.box01 img {vertical-align: top;}
.box01last {	padding: 10px 0; float: left; width: 48%;margin-right: 20px; margin-bottom: 10px;border-bottom: 1px dotted #363636;}
.box02last {	padding: 20px 0; float: left; width: 48%; margin-bottom: 10px;border-bottom: 1px dotted #363636;}

table.top_table {
	margin-bottom: 20px;
	border: 1px solid #CCC;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
}

table.kinouS {	border-left: 0;margin-right: 20px; width: auto; float: left; border-collapse: collapse; border-spacing: 0;}
table.kinouS th {	border: 1px solid #CCC; padding: 5px 10px; width: 100px; background-color: #EDEDED;}
table.kinouS td {	border: 1px solid #CCC;padding: 5px 10px;}
.color_b {	background-color: #d1ebf2;}
.color_p {	background-color: #f4e3ee;}
.width_120 {	width: 120px;}

.grayField {
	width: 80%;
	background-color: #ededed;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #CCC;
    padding: 20px;
    margin: 20px auto;
}

ul.seocheck {
	font-size: 16px;
	list-style: none;
	color: #333;
	margin-left: 0;
	padding-left: 0;
}
ul.seocheck li {
	border-bottom: 1px dotted #CCC;
	margin-left: 0;
	padding: 10px 0 5px 0;
}

#hash {
	text-align: center;
	padding-bottom: 40px;
}
#hash img {
	vertical-align: bottom;
}
#hashnum {
	width: 317px;
	height: 74px;
	background: #FFCC00;
	border: 3px solid #333333;
	color: #363636;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 auto;
	text-align: center;
	font-size: 50px;
	font-family: Arial;
	font-weight: 700;
	line-height: 74px;
}
#code {
	width: 65%;
	height:4em;
	font-size:12px;
	background-color: #EDEDED;
	border: 1px solid #363636;
	padding: 5px;
	overflow:hidden;
	cursor:pointer;
	margin-bottom: 30px;
}

table.chTabke {
	margin: 10px auto;
	border: 1px solid #CCC;
	width: 600px;
	background-color: #EDEDED;
	padding: 20px;
}
table.chTabke td {
	border: 1px solid #CCC;
	background-color: #FFF;
}

.sampleBorder {
	padding: 5px 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

.result_table{width:100%; border-collapse: collapse; border-spacing: 0;}
.result_table_new{width:100%; border-collapse: collapse; border-spacing: 0;}
.result_table_last{width:100%; border-collapse: collapse; border-spacing: 0;}
td.table_head{background-color:#ddd4c1;font-size:12px;font-weight:bold;color:#666666;text-align:center;}
.result_table_new tr th{white-space: nowrap;width:110px;font-size:12px;font-weight:bold;background-color:#ddd4c1;padding:2px;color:#333333;text-align:left;border:1px solid #cec1a5;}
.result_table_new tr td{border:1px solid #cec1a5;border-collapse:collapse;padding:3px;}
.result_table_new tr td.new{background-color:#FEFEE9;}
.result_table_last tr td{border-top:1px solid #cec1a5;border-right:1px solid #cec1a5;border-bottom:1px solid #cec1a5;border-collapse:collapse;padding:3px;}
div.result_url{padding:8px 0 3px 3px;border-bottom:1px dotted #dddddd;}


/* main left
----------------------------------------------------------- */  

.main_left { float: left; margin-left:0; width: 300px; margin-right: -300px; }

.newBotleft { margin: 0 0 10px 0; height: 70px; text-align: center;}
.siteBotleft { 
	margin: 0;
	height: 118px;
	background: url(//img.i2i.jp/service/common/img/riyou_site.png) no-repeat;
	padding-bottom: 10px;
}
.siteBotleft p { 
	padding-top: 13px;
	text-align: right;
	padding-right: 32px;
	font-weight: bold;
}
.newBotleft a.sinki {
	background: url(//img.i2i.jp/service/common/img/new_ban.png) no-repeat;
	width: 280px;
	height: 70px;
	display: block;
	text-indent: -10000px;
	text-decoration: none;
	overflow: hidden;
	float: left;
}
.newBotleft a:hover.sinki {
	background: url(//img.i2i.jp/service/common/img/new_ban.png) no-repeat;
	background-position: bottom;
	width: 280px;
	height: 70px;
	display: block;
	text-indent: -10000px;
	text-decoration: none;
	overflow: hidden;
	float: left;
}
.side_boxL {
	width: 93%;
	border: 1px solid #bdbdbd;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #d1d0d0;
    margin-bottom: 30px;
}
.sideTitlebk { margin: 3px 0 0 10px; }
.sideTitlebk2 { margin: 0 0 5px 10px; }
.sideTitlebk h2 {
	font-size: 12px;
	padding: 3px 0 0 30px;
	margin: 0;
	height: 25px;
	background: url(//img.i2i.jp/service/common/img/i2i_icon_text.png) no-repeat;
}
.sideTitlebk2 h2 {
	font-size: 12px;
	padding: 3px 0 0 10px;
	margin: 0;
	height: 18px;
}

.side_boxT {
	width: auto;
	padding: 10px;
	background-color: #FFF;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
}
.side_boxT h3 { font-size: 12px; display: inline; font-weight: normal; padding: 0 10px 0 0; margin: 0; }

.side_boxT dl { }
.side_boxT dt { font-weight: bold; }
.side_boxT dd { font-size: 12px; line-height: 1.3em; }
.side_boxT p.rightT { text-align: right; }


.subTitlebk {
	margin: 5px 15px;
}
.subTitlebk h2 { font-size: 14px; float: left; padding: 0; margin: 0 10px 0 0; display: inline; }

.partBox {	padding: 5px 5px 5px 0; border-bottom: 1px solid #D1D0D0; width: 98%;}
.partBox2 {	padding: 5px 5px 5px 0; width: 98%;}

.partBox p,
.partBox2 p {	font-size: 12px; line-height: 1.5em;}
p.partBoxttitle {	font-weight: bold; font-size: 12px; line-height: 1.5em;}
.partBox a,
.partBox2 a {
	display: block;
}
.partBox a:hover,
.partBox2 a:hover {
	display: block;
}

/* footer
----------------------------------------------------------- */  
#footer {
	width: 100%;
	background-color: #EEE;
	padding-bottom: 20px;
	min-width: 1000px;
}
#footer2 {
	width: 100%;
	background-color: #363636;
	color: #FFF;
	padding: 20px 0 50px 0;
	margin: 0;
	min-width: 1000px;
	text-align: center;
}
.footer_box {
	width: 90%;
	margin: 0 auto;
	min-width: 1000px;
}
.footer_box table {	margin: 0 auto;}
.icon_box { width: 315px; padding: 20px 0 0 15px; float: left; font-size: 12px; }
#footer img {
	float: left;
	width: 70px;
	padding-right: 10px;
}
#footer2 a {	font-weight: bold;	color: #FFF;}
#footer2 a:hover {	font-weight: bold;	color: #CC0000;}
.copy { text-align: center; padding-top: 20px;}



#page-top {
	position: fixed;
	bottom: 20px;
	right: 0px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

.hover-img:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=80)";
	-khtml-opacity: .7;
	-moz-opacity: .7;
}


/* form
----------------------------------------------------------- */
.fomeWhole {
	border: 1px solid #bdbdbd;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	padding: 20px;
}
.kadomaru {
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}



.form1 {	float:left; margin-left:0; width:210px; padding-right: -210px; padding-right: 20px; }
.form1 .textbox {	font-size:14px; font-weight: bold; border: 1px solid #bdbdbd; margin-bottom: 10px; font-family:メイリオ, sans-serif; }
.form1 .formItem {	background: #CC0000; color:#fff; padding: 0 5px; clear:both; font-weight: bold; width: 200px;}
.form1 select {	width:210px; border: 1px solid #bdbdbd; font-family:メイリオ, sans-serif;}
.form1 .formItem:not(:first-child) {	margin-top:16px; }



.form2 {	min-width: 460px; max-width: 660px; }
.form2 .textbox {	font-size:12px; border: 1px solid #bdbdbd; margin-bottom: 10px; font-family:メイリオ, sans-serif; height: 170px; min-width: 420px;}
.form2 .formItem { 	background: #CC0000; color:#fff; padding: 0 5px; clear:both; font-weight: bold; }
.error { display:block; font-size:10px; font-weight:700; padding-left:5px; background:#F0E68C; color:Crimson;}

#note_document {display:none;
	height: 36px;
	background: url(//img.i2i.jp/www/document/simasima.gif) #f5f5f5;
	border-bottom: 1px solid #fff;
}
#link_document {display: none;
	background: #F2F1E6;
	border: 1px solid #666;
	border-top: none;
	padding: 0 10px 10px 10px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	border-radius: 0 0 7px 7px / 0 0 7px 7px;
}
#isSupportTags {
	float: left;
	width: 24px;
	margin-right: 8px;
}
#s_link_area {
	background: url(//img.i2i.jp/www/document/dotbg.png);
}
#s_link_area a {
	font-size: 131%;
	font-weight: 700;
}

.m_samplecss {	margin: 20px auto 0 auto; width: 90%;}

.btn-charge a {
    background: url("//img.i2i.jp/www/payment/chargebotton.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-indent: -10000px;
    width: 280px;
    }
.btn-charge a:hover{
    background: url("//img.i2i.jp/www/payment/chargebotton.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    display: block;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-indent: -10000px;
    width: 280px;
}