@charset "UTF-8";

/* ========BASIC======== */
html {
    overflow-y:scroll;
}

body {
    margin:0;
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
    font-size:12px;
    color:#000;
    background:#efefef;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.80, #fff), color-stop(0.00, #efefef));
    background:-webkit-linear-gradient(top, #efefef 0%, #fff 80%);
    background:-moz-linear-gradient(top, #efefef 0%, #fff 80%);
    background:-o-linear-gradient(top, #efefef 0%, #fff 80%);
    background:-ms-linear-gradient(top, #efefef 0%, #fff 80%);
    background:linear-gradient(to bottom, #efefef 0%, #fff 80%);
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	body {
		font-size:14px;
	}
}

br {
    letter-spacing:normal;
}

a {
    color:#134D99;
    text-decoration:none;
}

a:hover {
    color:#134D99;
    text-decoration:underline;
}

img {
    border:0;
    vertical-align:bottom;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	img {
		max-width: 100%;
	}
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
}

h2 {
    clear:both;
    padding:0 10px;
    line-height:2.0;
    color:#fff;
    font-size:15px;
    font-weight:normal;
    background:#505050;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #202020), color-stop(0.00, #505050));
    background:-webkit-linear-gradient(top, #505050 0%, #202020 85%);
    background:-moz-linear-gradient(top, #505050 0%, #202020 85%);
    background:-o-linear-gradient(top, #505050 0%, #202020 85%);
    background:-ms-linear-gradient(top, #505050 0%, #202020 85%);
    background:linear-gradient(to bottom, #505050 0%, #202020 85%);
}

h3 {
    clear:both;
    font-size:13px;
}
@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	h3 {
		font-size: 110%;
		font-weight:bold;
		border-left-width: 5px;
		border-left-style: solid;
		border-left-color: #808080;
		margin-left: 5px;
		padding-top: 1px;
		padding-left: 5px;
	}
}
@media screen and (min-width: 1000px) {
	h3 {
		padding:0 10px;
		line-height:2.0;
		font-weight:normal;
		margin:0;
		color:#000;
		border:1px solid #ddd;
		background:#ccc;
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #ccc), color-stop(0.00, #eee));
		background:-webkit-linear-gradient(top, #eee 0%, #ccc 85%);
		background:-moz-linear-gradient(top, #eee 0%, #ccc 85%);
		background:-o-linear-gradient(top, #eee 0%, #ccc 85%);
		background:-ms-linear-gradient(top, #eee 0%, #ccc 85%);
		background:linear-gradient(to bottom, #eee 0%, #ccc 85%);
	}
}

h4 {
    padding:0 10px;
    line-height:2.0;
    color:#000;
    font-weight:normal;
    font-size:13px;
    border:0;
    background:#E0E0E0;
}

h5 {
    padding:0 10px;
    line-height:2.0;
    font-size:13px;
    font-weight:normal;
    border-left:5px solid #000;
}

h6 {
    line-height:2.0;
    font-size:13px;
    color:#404040;
    margin:10px;
}

p {
    margin:10px;
}

ul,ol,dl {
    margin:10px;
    padding:0;
}

li {
    padding:0;
    margin:0 0 0 18px;
}

dt {
    margin:0;
    padding:0;
}

dd {
    margin:0 0 0.5em 1em;
    padding:0;
}

table {
    font-size:12px;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	table {
		font-size:100%;
	}
}

table {
    width:600px;
    margin:10px;
    border-collapse:collapse;
    border:1px solid #999;
    border-spacing:0;
    line-height:1.8;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	table {
	    width:100%;
    }
}

table th {
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    background:#EFEBEF;
    font-weight:bold;
    text-align:left;
}

table td {
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    text-align:left;
}

table td ol {
    margin:0;
    padding:0 0 0 30px;
}

table td li {
    margin:0;
    padding:0;
}

/* ========PC/SP======== */
@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	.sp-none {
	    display: none !important;
	}
}
@media screen and (min-width: 1000px) and (min-device-width: 1000px) {
	.pc-none {
	    display: none !important;
	}
}

/* ========TEMPLATE LAYOUT======== */
@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#container {
	    width:98.5%;
	    margin:0px;
	    padding:3px;
	    background:#fff;
	}
}
@media screen and (min-width: 1000px) and (min-device-width: 1000px) {
	#container {
	    width:940px;
	    margin:5px auto;
	    padding:20px;
	    border:1px solid #ddd;
	    -moz-box-shadow:0 0 10px #bfbfbf; /* Firefox用 */  
	    -webkit-box-shadow:0 0 10px #bfbfbf; /* Safari,Google Chrome用 */ 
	    box-shadow:0 0 10px #bfbfbf;
	    background:#fff;
	}
}

#header {
    position:relative;
    width:940px;
    margin-bottom:12px;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#header {
	    width:100%;
	}
}

@media print {
	#header {
		display: none;
	}
}
#sitelogo {
	width: 200px;
}
@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#sitelogo {
		margin-bottom: 4px;
	}
}

#menubutton {
	display: none;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#menubutton {
		display: block;
	    position: absolute;
		right: 3px;
		top: 17px;
		cursor: pointer;
		width: 50px;
		height: 50px;
		border-style: none;
		background-image: url('/img/menu.gif');
		background-size: 100% 100%;
	}
	#menubutton:hover {
		background-image: url('/img/menu_hover.gif');
	}
}

#menu {
    position:absolute;
    right:0;
    top:30px;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#menu {
		margin-top: 10px;
	    position:static;
	    font-size: 110%;
	    display: none;
	}
}

#icatch {
    width:940px;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#icatch {
	    width:100%;
	}
}

#contents {
    float:left;
    width:940px;
    padding:0 0;
    background:#fff;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#contents {
	    float:none;
	    width:100%;
	}
}

#conL {
    float:left;
    width:620px;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#conL {
	    float:none;
	    width:100%;
	}
}

#conR {
    float:right;
    width:300px;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#conR {
	    float:none;
	    width:100%;
	}
}

#conInfo {
    float:left;
    width:620px;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#conInfo {
	    float:none;
	    width:100%;
	}
}

#conSub {
    float:right;
    width:300px;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#conSub {
	    float:none;
	    width:100%;
	}
}

@media print {
	#conL {
	    width:940px;
	}
	#conR {
	    width:0px;
	    display: none;
	}
}

#conALL {
    float:left;
    width:940px;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#conALL {
	    float:none;
	    width:100%;
	}
}

#footMenu {
    float:left;
    width:940px;
    margin-top:10px;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#footMenu {
		font-size: 105%;
	    float:none;
	    width:100%;
	}
}

@media print {
	#footMenu {
		display: none;
	}
}

#footer {
    clear:both;
    width:940px;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#footer {
		clear:both;
		width:100%;
	}
}

/* ========HEADER CUSTOMIZE======== */
#header .catchphrase {
	font-size: 8pt;
	font-weight: normal;
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
}
@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#header .catchphrase {
		font-size: 85%;
	}
}
#header h1 {
    margin:0;
    padding:0 0 0 0;
    font-size:30px;
    color:#770000;
    line-height:1.0;
}
@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#header h1 {
		font-size:110%;
	}
}
#header h1 a {
    color:#808080;
    text-decoration:none;
}

#header h1 a:hover {
    color:#808080;
    text-decoration:none;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
    margin:0;
    padding:0;
    list-style:none;
}

#menu li {
    overflow:hidden;
    float:left;
    margin:0 0 0 0px;
    padding:0 0 0 30px;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#menu li {
	    float:none;
	    padding: 10px;
	}
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#menu li.active {
		background-color: #CCCCCC;
	}
}
@media screen and (min-width: 1000px) and (min-device-width: 1000px) {
	#menu li.active {
		background-image: url('/img/active.png');
		background-repeat: no-repeat;
		background-position: 17px 2px;
	}
}

#menu li a {
    display:block;
    font-weight:bold;
    color:#000;
    outline:none;
}

#menu li a:hover {
    color:#000;
    border-bottom:3px solid #770000;
    text-decoration:none;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#menu li a:hover {
	    border-bottom:0;
	}
}

/* ========SLIDESHOW CUSTOMIZE======== */
#slide {
    width:940px;
    height:300px;
    overflow:hidden;
    position:relative;
    padding-bottom:25px;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#slide {
		display: none;
	}
}

.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}

.slideInner li {
    position:absolute;
    background:#fff;
    margin:0;
    padding:0;
}

.slidePrev {
     position:absolute;
     width:50px;
     height:60px;
     top:120px;
     left:0;
     cursor:pointer;
     z-index:100;
}

.slideNext {
     position:absolute;
     display:block;
     width:50px;
     height:60px;
     top:120px;
     right:0;
     cursor:pointer;
     z-index:100;
}

.controlNav {
     position:absolute;
     float:left;
     left:50%;
     bottom:0;
}

.controlNav span {
     position:relative;
     left:-50%;
     float:left;
     margin:5px;
     -webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
     width:10px;
     height:10px;
     overflow:hidden;
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     background:#eee;
     text-indent:-9999px;
     vertical-align:middle;
}

.controlNav span:hover {
     background:#ccc;
     cursor:pointer;
}

.controlNav span.current {
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     background:#85d1c6;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */
.topNavi {
    overflow:hidden;
    position:relative;
    margin-left:-20px;
    margin-top:20px;
    margin-bottom:20px;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	.topNavi {
	    margin-left:0;
	}
}

* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNaviColumn {
    display:inline;
    width:300px;
    float:left;
    margin-left:20px;
    padding:0 0 2em 0;
    background:#eee;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	.topNaviColumn {
	    width:100%;
	    float:none;
	}
}

.topNaviImg {
    margin:0;
    padding:0;
    background:none;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	.topNaviImg {
		width: 100%;
		height: auto;
	}
}

.topNaviDetail {
    position:absolute;
    bottom:0;
    width:280px;
    text-align:right;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	.topNaviDetail {
		position:static;
	    width:95%;
	}
}

.topNaviDetail a {
    padding:0 0 0 7px;
    background:url("../img/bg_arrow.gif") no-repeat left 50%;
}

/* INFORMATION CUSTOMIZE */
.information {
    width:620px;
    margin-bottom:15px;
}
.information h2 a {
	float: right;
	color: white;
	font-size: 80%;
	margin-top: 3px;
}
@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	.information {
	    width:100%;
	}
}

.information dl {
	clear: both;
	margin:0;
}
.information dt {
    float:left;
    padding-top:5px;
    padding-left:3px;
}

.information dd {
	margin:0 0 5px 0;
	padding:5px 0px 5px 9em;
	background:url("../img/bg_dotline.gif") 0 100% repeat-x;
}
/* USERS VOICE CUSTOMIZE */
.usersvoice {
	width:620px;
	margin-bottom:15px;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	.usersvoice {
	    width:100%;
	}
}
.usersvoice .userinfo {
	padding: 5px;
	background:url("../img/bg_dotline.gif") 0 100% repeat-x;
	height: 60px;
}
.usersvoice .userinfo img.banner {
	width: 190px;
	float: left;
}
@media screen and (max-width: 380px), screen and (max-device-width: 380px) {
	.usersvoice .userinfo img.banner {
		width: 50%;
	}
}
.usersvoice .userinfo div.introduction {
	margin-left: 200px;
	margin-right: 3px;
	padding-top: 5px;
}
@media screen and (max-width: 380px), screen and (max-device-width: 380px) {
	.usersvoice .userinfo div.introduction {
		margin-left: 52%;
	}
}
@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	.usersvoice .userinfo div.introduction {
		padding-top: 0px;
	}
}
.usersvoice .userinfo div.introduction a {
	line-height: 1.4;
}
.results {
	margin-bottom:15px;
}
.results .users {
	padding: 5px;
	background: url("../img/bg_dotline.gif") 0 100% repeat-x;
	line-height: 1.8;
}
div.users_report {
	margin: 3px;
}
div.users_report img.userimg {
	float: left;
	margin: 5px;
	width: 240px;
}
@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	div.users_report img.userimg {
		width: 50%;
	}
}
div.users_report table.userdetail {
	width: 97%;
	font-size: 95%;
}
div.users_report table.userdetail th {
	width: 5em;
}
div.users_report h4 {
	font-weight: bold;
	background-color: transparent;
	line-height: 1.4;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.users_report h4:before {
	content: ' ―― ';
	letter-spacing: -1px;
}
/* SUBMENU CUSTOMIZE */
.submenu {
    border:1px solid #ddd;

}

.submenu h3 {
    border:none;
}

.submenu ul {
    margin:10px;
    padding:0;
}
.submenu li {
    margin:0;
    margin-top: 5px;
    padding:0 0 0 7px;
    list-style:none;
    background:url("../img/bg_arrow.gif") no-repeat left 50%;
}

.submenu p {
    margin:10px;
}

/* BANNER CUSTOMIZE */
.bnrL {
    margin:20px 0;
}

.bnrL ul {
    width:630px;/* for IE7 */
    margin:0 -10px 0 0;
    padding:0;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	.bnrL ul {
	    width:100%;/* for IE7 */
	}
}

.bnrL li {
    float:left;
    margin:0 10px 0 0;
    padding:0;
    list-style:none;
    margin-bottom:10px;
}

.bnrR {
    width:278px;
    margin:20px 0;
    padding:10px;
    border:1px solid #ddd;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	.bnrR {
	    width:100%;
	}
}

.bnrR ul {
    margin:0 0 -10px 0;
    padding:0;
}

.bnrR li {
    margin:0;
    padding:10px;
    list-style:none;
    margin-bottom:10px;
    background:#eee;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
    margin:5px 0;
    padding:20px 0;
    text-align:center;
    border-top:1px solid #ddd;
}

#footMenu li {
    display:inline;
    margin:0 0 0 20px;
    list-style:none;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#footMenu li {
		float:none;
	    display:block;
	}
}

#footMenu li a {
    color:#000;
}

#footMenu li a:hover {
    color:#666;
    text-decoration:underline;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
    font-style:normal;
    font-size:11px;
    color:#999;
    line-height:3.0;
    text-align:center;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	.copyright {
		font-size: 97%;
		line-height:1.2;
	}
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
    position:fixed;
    right:0;
    bottom:0;
    padding:10px;
    background:#000
}
#pageTop a {
    padding:0 0 0 12px;
    color:#fff;
    font-size:11px;
    background:#000 url("../img/bg_pagetop.gif") 0 50% no-repeat;
}

@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	#pageTop {
		right:10px;
	}
	#pageTop a {
	    font-size:98%;
	}
}

div.error {
	text-align: center;
	font-weight: bold;
	font-size: x-large;
	color: #808080;
	padding-top: 40px;
	border-top: 1px solid #dedede;
}
a.otherwindow {
	background: url('/img/otherwindow.png') no-repeat right center;
	padding-right: 18px;
	margin-right: 5px;
}
div.category_topbk {
	width: 100%;
	background-color: #A0A0A0;
}
img.category_top {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.category_contents {
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

ul.prices {
	font-weight: bold;
}

ul.prices li.important {
	color: red;
}

table.pricelist {
	width: 98%;
}
table.pricelist th {
	height: 45px;
}
table.pricelist tr th.rowheader {
	background-color:#CCCCCC;
}
table.pricelist tr th.colheader {
	background-color:#F0F0F0;
}
table.pricelist tr td.price {
	text-align: left;
}
.smallfont {
	font-size: 85%;
}
dl.footnote {
}
dl.footnote dt {
	float: left;
}
dl.footnote dd {
	margin-left: 25px;
}
div.canpaign {
	border-style: solid;
	border-color: #909090;
	border-width: 1px;
	margin: 5px;
	background-color: #FFFFEA;
}
div.canpaign h6 {
	background-color: #F09010;
    color:#FFFFFF;
    margin: 0;
    padding-left: 5px;
}
div.canpaign p {
	margin: 10px;
}
div.canpaign p.important {
	color: red;
	font-weight: bold;
}
div.canpaign dl {
	margin: 15px;
}
div.canpaign dl dt {
	font-weight: bold;
}
div.canpaign dl dd {
	text-decoration: underline;
}
div.faq {
	margin-top: 10px;
}
div.faq ul.faq_list {
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}
div.faq ul.faq_list li {
	padding: 0px;
	margin: 0px;
	position:relative;
	padding-left:20px;
}
div.faq ul.faq_list li {
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 10px 0px 10px 0px !important;
	height: 50px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
@media screen and (max-width: 999px), screen and (max-device-width: 999px) {
	div.faq ul.faq_list li {
		height: 80px;
	}
}
div.faq ul.faq_list li:last-child {
	border-bottom-style: none;
	border-bottom-width: 0;
}
div.faq ul.faq_list li:before {
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:3px; 
	left:2px; 
	height:0; 
	width:0; 
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #aaa;
}
div.faq dl.faq_answer {
	margin-top: 10px;
}
div.faq dl.faq_answer dt {
	font-weight: bold;
	font-size: 120%;
	color: #404040;
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
}
div.faq dl.faq_answer dt:before {
	content: 'Q. ';
}
div.faq dl.faq_answer dd {
	margin: 0;
	margin-top: 10px;
	padding: 5px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;

}
div.faq dl.faq_answer dd:before {
	content: 'A.';
	font-weight: bold;
	font-size: 120%;
}
div.faq div.back_faq {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
div.notice dl.notices {
}
div.notice dl.notices dt {
	font-size: 110%;
	font-weight: bold;
}
div.back_notice {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
