/*-----------------------------------------------
 body
-----------------------------------------------*/
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}


/*-----------------------------------------------
 Font
-----------------------------------------------*/
h1 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

h2 {}
h2.tit {
	margin: 0 0 10px;
	padding: 0;
	border-bottom: 1px solid #5fc3db;
}

h3 {}
h3.toi {
	margin: 5px 0px 0px 0px;
	padding: 17px 20px 10px 40px;
	font-size: 144%;
	font-weight: normal;
	color: #07586d;
	display: inline-block;
	background: url(../img/mark_02.png) no-repeat 8px 15px;
	border-bottom: 1px dashed #8e8e8e;
}
h3.osirase {
	margin: 20px 0px 20px;
	padding: 0px 20px 14px 0px;
	font-size: 180%;
	font-weight: normal;
	color: #000;
	letter-spacing: 3px;
	border-bottom: 1px dashed #8e8e8e;
}
h3.syouhin {
	margin: 5px 0px 20px 0px;
	padding: 0px 20px 10px 0px;
	font-size: 200%;
	font-weight: normal;
	color: #000;
	letter-spacing: 3px;
	display: inline-block;
	border-bottom: 1px dashed #8e8e8e;
}
h3.syouhin_syousai {
	margin: 40px 0px 20px 0px;
	padding: 0px 20px 10px 0px;
	font-size: 200%;
	font-weight: normal;
	color: #000;
	letter-spacing: 3px;
	border-bottom: 1px dashed #8e8e8e;
}

h4 {
	padding: 14px 0 10px 55px;
	border-bottom: 1px dashed #8e8e8e;
	background: url(../img/mark_02.png) no-repeat 20px 10px;
	color: #0b348f;
	font-size:138.5%;/* font18px */
	letter-spacing: 1px;
}

h5 { }
h6 { }


/*-----------------------------------------------
 btn
-----------------------------------------------*/
/* 緑色ボタン */
a.btn01 {
	padding: 14px 0 13px;
	border-radius: 10px;
	box-shadow: 0 3px #74a210; 
	background: #87ba1a;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

a.btn01:hover {
	opacity:0.75;
}

/* 赤色ボタン */
a.btn02 {
	padding: 11px 0 10px;
	border-radius: 5px;
	box-shadow: 0 2px #e9b2b3; 
	background: #ffcdd2;
	color: #000;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

a.btn02:hover {
	opacity:0.75;
}

/* 青色ボタン */
a.btn03 {
	padding: 14px 0 13px;
	border-radius: 10px;
	box-shadow: 0 3px #34a4b7; 
	background: #63c3d3;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

a.btn03:hover {
	opacity:0.75;
}



/*-----------------------------------------------
 basic
-----------------------------------------------*/
p {
	margin: 15px 0 50px;
	font-size:131%;/* font17px */
	line-height: 2.0;
	overflow: hidden;
}

a img:hover {
	opacity:0.75;
}

.image01 {
	width: 400px;
	padding:8px;
	border: 1px solid #999;
}
.cap01 {
	margin: 0 auto 0;
	padding: 10px;
}

.basic_ul {
	margin: 15px 0 0 1.5em;
	font-size:131%;/* font17px */
	line-height: 2.0;
}

.basic_ol {
	margin: 15px 0 50px 2em;
	font-size:131%;/* font17px */
	line-height: 2.0;
}

.basic_table {
	width: 100%;
	margin: 20px auto;
	border-collapse: collapse;
	font-size:110%;/* font17px */
	line-height: 1.3;
}

.basic_table td.haba15-r {
	width: 15%;
	text-align: right;
}
.basic_table td.haba15-c {
	width: 15%;
	text-align: center;
}

.basic_table th,
.basic_table td {
	padding: 10px;
	border: solid 1px #666;
}

.basic_table th {
	background: #eee;
}

.basic_table td {
	background: #FFF;
}
.basic_table td img {
	width: 100px;
	padding: 10px;
	vertical-align: middle;
}
.basic_table td.goukei {
	background: #fffde5;
}

.basic_table td.midasi {
	background: #eee;
}

.noline_table {
	margin: 20px auto;
	font-size:131%;/* font17px */
	line-height: 1.3;
}

.noline_table th,
.noline_table td {
	padding: 10px;
}

/*font*/
.red {
	color: #d30000;
}

p.error_top {
	width: 500px;
	margin: 16px auto -20px;
	padding: 4px 0 0;
	color: #d30000;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 3px #FFDFDF;
	background: ##FFF7F7;
	border: 3px solid #d30000;
	opacity:0.75;
}
p.error {
	width: 500px;
	margin: -30px auto 40px;
	padding: 4px 0 0;
	color: #d30000;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 3px #FFDFDF;
	background: ##FFF7F7;
	border: 3px solid #d30000;
	opacity:0.75;
}


/*-----------------------------------------------
 container
-----------------------------------------------*/
#container {
	min-width: 1040px;
	background: url(../img/bg_01.jpg);
}

#wrapper {
	background: url(../img/bg_02.jpg) repeat-x;
}


/*-----------------------------------------------
 header
-----------------------------------------------*/
#header {
	width: 1035px;
	margin: 0 auto 24px;
	padding: 0 5px 0 0;
}
#header img {
	padding: 0px 30px 0 0;
}
#header img:hover {
	opacity:100;
}

#header_comment {
	margin: 50px auto 0px;
	vertical-align: top;
	font-size: 116%;
	line-height: 2.2em;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*background: #FC6;*/
}

#account {
	width: 445px;
	height: 130px;
	margin: 12px auto 0px;
	padding: 0;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	line-height: 2.2em;
	border-radius: 0 0 20px 20px / 0 0 20px 20px;
	background: #fff;
	border: 2px solid #61c0dc;
	border-top: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#account div {
	margin: 10px 10px 0px;
}
#account div p {
	margin: 5px 0px 0px;
	padding: 0px;
	font-size: 150%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
table#account-t {
	width: 420px;
	margin: 0 auto;
}
table#account-t td {
	width: 100px;
	padding: 8px 0px 0px;
	vertical-align: bottom;
	border-bottom: 2px solid #61c0dc;
}
table#account-t td p {
	width: 220px;
	padding: 0;
	line-height: 1.3em;
	vertical-align: bottom;
}

#header ul {
	margin: 37px 0 0;
	list-style: none;
	float: right;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#header ul li:first-child {
	margin-bottom: 6px;
}

#header a.btn01 {
	width: 220px;
	margin: 0 0 6px;
	font-weight: bold;
	font-size: 105%;
}

.topimg {
	width: 1040px;
	margin: 0px auto 0px;
}


/*-----------------------------------------------
 main
-----------------------------------------------*/
.main {
	width: 1040px;
	margin: 50px auto 80px;
	
	/*background: #9FF;*/
	
}

/* ログイン */
#top_login {
	width: 840px;
	margin: 0px auto 70px;
	padding: 14px 0 13px;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	border: 1px solid #ffb85b;
}

#top_login img {
	margin: 0px auto 33px;
	padding: 14px 0 13px;
	border-bottom: 1px solid #ffb85b;
}

#loginbox {
	margin: 40px auto 0px;
}
#loginbox p {
	margin: 0px auto 20px;
	font-size: 120%;
}

#loginbox ul {
	width: 450px;
	margin: 0px auto 50px;
	list-style-type: none;
}
#loginbox ul li {
	margin: 0px 10px 0px;
	float: left;
}

.loginbox_input {
	width: 320px;
	height: 25px;
	border: 1px solid #777;
}
input#loginsend {
	width: 240px;
	margin: 14px 0 0;
	padding: 11px 0 9px;
	border-radius: 10px;
	box-shadow: 0 3px #f18c08;
	background: #ff9a14;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 150%;
	cursor: pointer;
	display: inline-block;
	border: none;
	-webkit-appearance:none;
}
input#loginsend:hover {
	opacity:0.75;
}
input#loginreset {
	width: 150px;
	margin: 30px 0 0;
	padding: 6px 0 5px;
	border-radius: 10px;
	box-shadow: 0 3px #74a210;
	background: #87ba1a;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	vertical-align: bottom;
	display: inline-block;
	border: none;
	-webkit-appearance:none;
}
input#loginreset:hover {
	opacity:0.75;
}


/*-----------------------------------------------
 osirase
-----------------------------------------------*/
#osirase {
	margin: 0px auto 70px;
}

.tabdl {
	width: 100%;
	margin: 0 auto 40px;
	border-bottom: 1px dashed #8e8e8e;
	font-size:123.1%;/* font16px */
	line-height:1.8;
	/*background: #FF0;*/
}

.tabdl dt {
	width: 14%;
	padding: 20px 20px 18px;
	float: left;
	clear: left;
	
	/*background:#3CF;*/
}

.tabdl dd {
	width: 86%;
	padding: 20px 20px 18px 43px;
	font-weight: normal;
	float: left;
	background:url(../img/mark_01.png) no-repeat left 27px /*#CFC*/;
}

.tabdl dt,
.tabdl dd {
	box-sizing: border-box;
	border-top: 1px dashed #8e8e8e;
}

.tabdl dt:first-child,
.tabdl dd:nth-child(2) {
	border: none;
}

.osirase_btn {
	width: 180px;
	margin-top: -20px;
	font-weight: bold;
	font-size: 110%;
	float: right;
}


/*-----------------------------------------------
 toiawase
-----------------------------------------------*/
#toiawase {
	margin: 0 auto 90px;
}
#toiawase p {
	margin: 6px 0 20px 40px;
	font-size: 116%;
}


/*-----------------------------------------------
 banner
-----------------------------------------------*/
#banner {
	margin: 0 auto 20px;
	text-align: center;
}
#banner img {
	margin: 0 10px 0 0;
}


/*-----------------------------------------------
 syouhin etc
-----------------------------------------------*/
.bunrui {
	width: 60px;
	margin: 0 10px 0 0;
	padding: 6px 0 4px;
	border-radius: 5px;
	box-shadow: 0 3px #34a4b7; 
	background: #63bfdb;
	color: #fff;
	font-size: 54%;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	vertical-align: top;
	display: inline-block;
	border: none;
	-webkit-appearance:none;
}

a.btn_syousai {
	width: 120px;
	margin: 14px 20px 0px;
	padding: 12px 0 6px;
	border-radius: 10px;
	box-shadow: 0 3px #f18c08;
	background: #ff9a14;
	color: #fff;
	font-size: 116%;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	border: none;
	-webkit-appearance:none;
}
a.btn_syousai:hover {
	opacity:0.75;
}

.box_syohin {
	margin: 0 0 30px;
	padding: 0 0 25px;
	border-bottom: 1px dashed #999;
}

.box_syohin-right {
	width: 760px;
	float: right;
}
.box_syohin-left {
	width: 250px;
	margin-right: 20px;
	float: left;
}
.box_syohin-left img {
	width: 250px;
}

.box_syouhin_syousai {
	margin: 0 0 30px;
	padding: 0 0 25px;
}

.box_syouhin_syousai-left {
	width: 560px;
	float: left;

}
.box_syouhin_syousai-right {
	margin-left: 15px;
	float: left;
}
.box_syouhin_syousai-right img {
	width: 460px;
	margin: 0 0 20px;
}

table.otherimg {
	width: 100%;	
}
.otherimg img {
	width: 220px;
}

.comment {
	margin: 0px 0px 0px;
	padding: 6px 5px 0px 0px;
	font-size: 120%;
}
.comment2 {
	margin: 5px 0 10px;
	padding: 6px 5px 0px 0px;
	font-size: 120%;
	line-height: 2;
	overflow: hidden;
}

.point {
	margin: 14px 0px 0px;
	padding: 6px 5px 0px 15px;
	border-radius: 10px;
	color: #d30000;
	font-size: 100%;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
	-webkit-appearance:none;
	background: #fff;
	border: 1px solid #d30000;
}
.point p {
	margin: 0px 0px 0px 0px;
	padding: 0 10px 5px;
	color: #d30000;
	font-size: 130%;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
}
.point2 {
	margin: 0 0 10px;
	padding: 6px 5px 0px 15px;
	border-radius: 10px;
	color: #d30000;
	font-size: 100%;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
	-webkit-appearance:none;
	background: #fff;
	border: 1px solid #d30000;
}
.point2 p {
	margin: 0px 0px 0px 0px;
	padding: 0 10px 5px;
	color: #d30000;
	font-size: 130%;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
}

.zaiko {
	min-width: 106px;
	margin: 0 0 10px;
	padding: 4px 5px 0px 5px;
	color: #555;
	font-size: 100%;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
	-webkit-appearance:none;
	border: 1px solid #555;
}
.zaiko p {
	margin: 0px 0px 0px 0px;
	padding: 0 6px 5px;
	color: #2460a5;
	font-size: 130%;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
}

.baydata {
	width: 220px;
	margin: 0 10px 0 0;
	float: left;
}

.box_kazu {
	margin: 10px 0;
}
.kazu_name {
	height: 25px;
	margin: 0px;
	padding: 15px 14px 0;
	color: #fff;
	font-size: 90%;
	text-align: center;
	vertical-align: bottom;
	display: inline-block;
	background: #737373;
}
.kazu_input {
	width: 64px;
	height: 36px;
	margin-left: -5px;
	text-align: center;
	border: 1px solid #777;
}

.box_data {
	width: 530px;
	margin: 15px 0px;
	float: left;
	font-size:105%;
	line-height:1.8;
	/*background: #FF0;*/
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}

.data dt {
	width: 30%;
	padding: 10px 0px 8px;
	font-weight: bold;
	color: #045f7a;
	text-align: center;
	float: left;
	clear: left;
	
	/*background:#3CF;*/
}

.data dd {
	width: 70%;
	padding: 10px 20px 8px 10px;
	font-weight: normal;
	float: left;
}

.data dt,
.data dd {
	box-sizing: border-box;
	border-top: 1px dashed #999;
}

.data dt:first-child,
.data dd:nth-child(2) {
	border: none;
}

#point_total {
	margin: 5px 10px 0px;
	text-align: right;
}
#point_total p {
	margin: 0;
	padding: 0 0 8px 10px;
	text-align: right;
	font-weight: bold;
	font-size: 200%;
	color: #d30000;
	vertical-align: middle;
	display: inline-block;
}
#point_min {
	margin: 0px 10px;
	padding: 8px;
	text-align: right;
	background: #fff;
	display: inline-block;
	float: right;
}
#point_date {
	margin: 30px;
	text-align: center;
}
#point_date p {
	margin: 0px;
	font-size: 100%;
}
#point_date ul {
	width: 450px;
	margin: 0 auto;
	list-style-type: none;
}
#point_date ul li {
	margin: 20px 10px 50px;
	float: right;
/*	border: 1px solid #000;*/
}
input#point_datebtn {
	width: 240px;
	margin: 0 auto 0;
	padding: 11px 0 9px;
	border-radius: 10px;
	box-shadow: 0 3px #f18c08;
	background: #ff9a14;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 150%;
	cursor: pointer;
	display: inline-block;
	border: none;
	-webkit-appearance:none;
/*	float: right;*/
}
input#point_datebtn:hover {
	opacity:0.75;
}

input#point_datebtn-green {
	width: 150px;
	margin: 18px 0 0;
	padding: 6px 0 5px;
	border-radius: 10px;
	box-shadow: 0 3px #74a210;
	background: #87ba1a;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	vertical-align: bottom;
	display: inline-block;
	border: none;
	-webkit-appearance:none;
}
input#point_datebtn-green:hover {
	opacity:0.75;
}

a#point_datebtn-green {
	width: 200px;
	margin: 18px 0 5px;
	padding: 7px 0 5px;
	border-radius: 10px;
	box-shadow: 0 3px #74a210;
	background: #87ba1a;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	vertical-align: bottom;
	display: inline-block;
}
a#point_datebtn-green:hover {
	opacity:0.75;
}



/*-----------------------------------------------
 tab
-----------------------------------------------*/
/* タブ切り替え */
ul.tab{
	width: 1040px;
	margin: -20px auto 20px;
	list-style: none;
	border-bottom: 2px solid #61c0dc;
	
	/*background:#FC9;*/
}

ul.tab li{
	margin: 0 0 0 2px;
	float: left;
}

ul.tab li a{
	width: 102px;
}
.tabbtn {
	margin: 12px auto 0px;
	padding: 2px 20px 0px;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 120%;
	line-height: 2.2em;
	border-radius: 20px 20px 0 0/ 20px 20px 0 0;
	background: #dcf7ff;
	border: 2px solid #61c0dc;
	border-bottom: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
a.selected {
	color: #fff;
	font-weight: bold;
	background: #63bfdb;
}

a.tabbtn:link { color: #333; }
a.tabbtn:visited { color: #333; }
a.tabbtn:hover { color: #333; opacity:0.75; }
a.tabbtn:active { color: #333; }

a.selected:link { color: #fff; }
a.selected:visited { color: #fff; }
a.selected:hover { color: #fff; opacity:0.75; }
a.selected:active { color: #fff; }

ul.panel{
	margin: 0;
	list-style: none;
}

ul.panel li{
	/*background:#F93;*/
}


/*-----------------------------------------------
 pan
-----------------------------------------------*/
#pan {
	width: 1040px;
	margin: 50px auto;
}

#pan a {
	color: #000;
}

#pan a:hover,
#pan a:active,
#pan a:focus {
	color: #C00;
}


/*-----------------------------------------------
 footer
-----------------------------------------------*/
#footer {
	width: 100%;
	margin: 40px 0 0;
	background: url(../img/bg_03.jpg);
}

#footer_waku {
	width: 100%;
	margin: 0;
	background: url(../img/bg_02.jpg) repeat-x;
}

#footer_main {
	width: 1050px;
	margin: 0 auto;
	padding: 0;
}

#footer_left {
	width: 256px;
	margin: 0 0 30px;
	float: left;
}

#footer_left img {
	padding: 0;
}

#footer_right {
	width: 754px;
	padding: 28px 0 0 40px;
	font-size:108%;/* font14px */
	line-height: 2.0;
	float: left;
}
#footer_right p {
	margin: 0;
	padding: 7px 10px 0px 40px;
	font-weight: normal;
	color: #333;
	background: url(../img/mark_02.png) no-repeat 8px 15px;
}

#footer_right #otoiawase {
	margin-bottom: 7px;
	display: block;
}

#footer_right .bnr {
	margin-right: 80px;
	float: right;
}




/*-----------------------------------------------
 copyright
-----------------------------------------------*/
#copyright {
	background: url(../img/bg_04.jpg);
}

#copyright div {
	margin: 0 auto;
	padding: 4px 0;
	color: #FFF;
	text-align: center;
}




/*-----------------------------------------------
 other
-----------------------------------------------*/

/* 線 */
.line01 {
	border-bottom: 1px dashed #CCC;
}

/* ダウンロードアイコン */
a[href$=".pdf"] {
	padding-left:25px;
	background:url(../img/icon_pdf.gif) no-repeat 5px center;
	}
a.p-link{/*画像のpdfリンクアイコンを外す*/
	padding-left:0px;
	background:none;
	}
a[href$=".xls"] ,
a[href$=".xlsx"]{
	padding-left:25px;
	background:url(../img/icon_excel.gif) no-repeat 5px center;
	}
a[href$=".ppt"] ,
a[href$=".pptx"]{
	padding-left:25px;
	background:url(../img/icon_ppt.gif) no-repeat 5px center;
	}
a[href$=".doc"],
a[href$=".docx"] {
	padding-left:25px;
	background:url(../img/icon_word.gif) no-repeat 5px center;
	}
a.ex-link:after {
	content: url(../img/icon_outLink.png);
	vertical-align: top;
	margin: 0 5px 0 5px;
	}
