/* *****************************************************************************
背景
***************************************************************************** */
html,body {
	margin:0px;
	padding:0px;
}


/* *****************************************************************************
ヘッダ
***************************************************************************** */
#header {
}
#header_inner {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}
#header h1 {
	float:left;
	padding:20px 0px;
	margin:0;
}
#header h3 {
	padding:30px 0px 0px 0px;
	margin:0 0 0 300px;
	font-weight:normal;
	font-size:18px;
}
#headermenu {
	clear:both;
	margin-bottom:15px;
}
#headermenu ul{
	display:table;
	width:100%;
	padding-left:0;
}
#headermenu li{
	display:table-cell;
	width:25%;
	text-align:center;
}
#headermenu li a,
#headermenu li span,
#headermenu li strong{
	display:block;
}
#headermenu li strong {
	font-weight:normal;
	font-size:14px;
	letter-spacing:0.2em;
}
#headermenu li a {
	padding:10px 0px;
	background-color:#fff;
}
#headermenu li a:hover {
	text-decoration:none;
}
#headermenu li span{
	padding:5px 10px;
	border-right:solid 1px #ccc;
}
#headermenu ul li:last-child span{
	border-right:none;
}
#headermenu li:hover strong{
	background-color:#e5007f;
	color:#fff;
}

/* *****************************************************************************
コンテンツ
***************************************************************************** */
#contents {
	margin-bottom:15px;
}
#contents_inner{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#content_area {
	background-color:#fff;
	padding:20px;
}

.two_colmns #contents_inner {
}
.two_colmns #content_area {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
.two_colmns #content_area h4 {
    margin: 10px 0;
}
.two_colmns #side_area {
	width:200px;
	float:left;
	background-color:#fff;
	padding:10px;
}
.two_colmns #side_area h4 {
	font-size:14px;
	font-weight:normal;
	line-height:1;
	margin-bottom:20px;
	background-color:#e5007f;
	color:#fff;
	padding:8px 5px;
}
.two_colmns #side_area h4 a {
	color:#fff;
}
.two_colmns #side_area h5 {
	font-size:14px;
	font-weight:normal;
	line-height:1;
	margin-bottom:5px;
	margin-top:5px;
	background-color:#f0f0f0;
	padding:5px;
}
.two_colmns #side_area ul {
	padding:0px 10px;
	margin-bottom:20px;
}
.two_colmns #side_area ul li {
	list-style-type:none;
}
.two_colmns #side_area ul li a{
	display:block;
	padding:8px 15px;
	border-bottom:solid 1px #ccc;
}
/*
.two_colmns #side_area ul li:last-child a{
	border-bottom:none;
}
*/

/* *****************************************************************************
フッター
***************************************************************************** */
#footer {
}
#footer_inner {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	background-color:#fff;
}
#footermenu {
	padding:20px;
}
#footermenu > ul {
	display:table;
	width:100%;
}
#footermenu > ul > li {
	display:table-cell;
	width:25%;
}
#footermenu li {
	list-style-type:none;
}
#footermenu h4 {
	font-size:14px;
	font-weight:normal;
	line-height:1;
	width:80%;
	margin-bottom:20px;
}
#footermenu h5 {
	background-color:#f8f8f8;
	font-size:14px;
	font-weight:normal;
	line-height:1;
	width:80%;
	margin-bottom:10px;
}
#footermenu a {
	display:block;
}
#footermenu h4 a{
	border-left:solid 2px #e5007f;
	padding-left:8px;
}
#footermenu h5 span{
	display:block;
	padding:5px 10px;
}
#footermenu > ul > li > ul {
	margin-left:10px;
	margin-bottom:15px;
	width:80%;

}
#footermenu > ul > li > ul > li {
	margin-bottom:5px;
}
#footermenu > ul > li > ul > li > a{
	position:relative;
	padding-left:15px;
}
#footermenu > ul > li > ul > li > a:before {
	content:'▶';
	color:#0092d7;
	display:block;
	position:absolute;
	top:3px;
	left:0px;
	font-size:8px;
}



/* *****************************************************************************
ほか
***************************************************************************** */
.content_section {
	margin-bottom:40px;
}
#contents h2 {
	font-size:25px;
	font-weight:normal;
	border-bottom:solid 1px #e5007f;
	padding-bottom:10px;
	margin-bottom:20px;
}
#contents p.catch {
	font-size:20px;
	margin-bottom:20px;
}
#contents p.catch small{
	font-size:12px;
	display:block;
}
#contents p.big {
	font-size:18px;
	margin-bottom:20px;
}
#contents h3 {
	font-size:20px;
	font-weight:normal;
	border-left:solid 4px #e5007f;
	border-bottom:solid 1px #e5007f;
	padding:0px 10px 0px 10px;
	margin-bottom:20px;
}
#contents a.txt_link2:before {
	content:'▶';
	color:#e5007f;
	font-size:8px;
	margin-right:5px;
}

#contents .figure {
	margin:10px auto;
}

#contents .link_list li{
	list-style-type:none;
	margin-bottom: 3px;
	margin-left: 0;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
#contents .link_list li:before{
	content:'▶ ';
	color:#e5007f;
	font-size:8px;
}
#contents .att li {
	list-style-type:none;
	margin-bottom: 3px;
	margin-left: 0;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

#contents .att .tx01 {
    color: #e4007f;
}
#contents .att .attTxt {
    color: #e5007f;
}

#contents .list_btns {
	margin-top:10px;
}
.list_btns li{
	list-style-type:none;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	background-color:#fff;
}
.list_btns li a{
	display:block;
	border:solid 2px #eee;
	padding:15px;
}
.list_btns li a:hover{
	border:solid 2px #e5007f;
	text-decoration:none;
}
.list_btns li a h3 {
	text-align:center;
	border-left:none !important;
	border-bottom:none !important;
	background:#eee;
	font-size:15px !important;
}
.list_btns li a:hover h3 {
	text-align:center;
	background:#e5007f;
	color:#fff;
}
.list_btns li a h3 small{
	font-size:13px !important;
}
.list_btns li a dt {
	text-align:center;
	margin-bottom:10px;
}
.list_btns li a dt span {
	font-size:20px;
	color: #e5007f;
}
.two_btns_wrapper .two_btns {
	padding-left:0px;
}
.two_btns li{
	width:350px;
}
.two_btns li:nth-child(2n){
	margin-right:0px;
}
.two_btns_wrapper {
	background-color:#f8f8f8;
	padding:19px;
	border:solid 1px #ccc;
}
.two_btns_wrapper .two_btns li {
	width:330px
}
.three_btns li {
	width:225px;
}
.three_btns li:nth-child(3n){
	margin-right:0px;
}
.notice_box {
	border:solid 1px #ccc;
	padding:15px;
}

.single_btn {
	width:200px;
	margin-left:auto;
	margin-right:auto;
}
.single_btn.list_btns li {
	float:none;
	text-align:center;
}
.single_btn.list_btns li a:before {
	content:'▶ ';
	color:#e5007f;
	font-size:8px;
}

/* -----------------------------
	priceTable01
------------------------------*/
 .priceTable01 {
margin: 20px auto 10px auto;
width: 100%;
height: 100%;
border-collapse: collapse;
}

 .priceTable01.priceTable01Type01 {
margin: 0 0 10px;
width: 100%;	
}

 .priceTable01 th,
 .priceTable01 td {
border: 1px solid #e4007f;
color: #4e4e4e;
}

 .priceTable01 th {
padding: 15px 3px;
background: #f9f9f9;
text-align: center;
font-weight: bold;
}

 .priceTable01 td {
padding: 8px 10px 6px;
height: 100%;
background-color: #ffffff;	
}

 .priceTable01 .noB {
border: none;
background: none;
}

 .priceTable01 .noBb td {
border-bottom: none;

}

 .priceTable01 .bg01 {
background-color: #ffffff;	
}

 .priceTable01 .bg02 {
background-image: url(/img/common/table_bg03.gif);
background-repeat: repeat-x;
background-position: left top;
}

 .priceTable01 .bg03 {
background-image: url(/img/common/table_bg04.gif);
background-repeat: repeat-y;
background-position: left top;
}

 .priceTable01 .bgX {
padding: 0;
}

 .priceTable01 .bgX div {
padding: 8px 10px 6px;
height: 100%;
font-size: 116%;
}

 .priceTable01 .cell01 {
width: 87px;	
}

 .priceTable01 .cell02 {
width: 241px;	
}

 .priceTable01 .cell03 {
width: 117px;	
}

 .priceTable01 .cell04 {
width: 135px;
}

 .priceTable01 .cell05 {
width: 154px;
}

 .priceTable01 .cell06 {
width: 20px;	
}

 .priceTable01 .price {
font-size: 197%;
color: #e4007f;
}

 .priceTable01 .price2 {
font-size: 153.9%;
color: #4e4e4e;
}

 .priceTable01 .fontB {
font-size: 30px;
color: #e4007f;
}

 .priceTable01 .pb01 {
padding-bottom: 25px;	
}

 .priceTable01 .camBox {
overflow: hidden;
margin: 7px auto;
width: 220px;
border: 4px double #e4007f;
}

 .priceTable01 .camBox img {
display: block;
margin: 5px 0 5px 10px;
float: left;	
}

 .priceTable01 .camBox p {
margin: 5px 0 10px 8px;
width: 142px;
float: left;
text-align: left!important;	
}

 .priceTable01 .camBox p .nb {
font-size: 131%;
color: #e4007f;
line-height: 1;
}

 .priceTable01 .noBt {
border-top: none!important;	
}

 .priceTable01 .noBb {
border-bottom: none!important;	
}

 .priceTable01 .bColorT {
border-top-color: #000000;
}

 .priceTable01 .bColorR {
border-right-color: #000000;
}

 .priceTable01 .bColorB {
border-bottom-color: #000000;
}

 .priceTable01 .bColorL {
border-left-color: #000000;
}

 .priceTable01 .area {
position: relative;
text-align: center;
}


 .priceTable01 .area .attTxt {
font-size: 93%;
width: 110px;
position: absolute;
top: -3px;
right: 0;
}

/* -----------------------------
	tableStyle01
------------------------------*/
.tableStyle01 {
margin-bottom: 10px;
width: 100%;
height: 100%;
border-collapse: collapse;
}

.tableStyle01 th,
.tableStyle01 td {
padding: 9px 15px;
border: 1px solid #d3d3d3;
color: #4e4e4e;
}

.tableStyle01 th,
.tableStyle01 .cellLine01 {
font-weight: bold;
background: url(/img/common/table_bg02.gif) repeat-y right top #f9f9f9;
text-align: center;
}

.tableStyle01 th p {
text-align: center;	
}

.tableStyle01 thead th,
.tableStyle01 .cellLine02 {
text-align: center;
background: url(/img/common/table_bg01.gif) repeat-x left bottom #f9f9f9;
}

.tableStyle01 .cellLine03 {
background: url(/img/common/table_bg02.gif) repeat-y right top;
}

.tableStyle01 .cellNoLine {
background: #f9f9f9;	
}

.tableStyle01 td {
text-align: left;
}

.tableStyle01 strong.c01 {
color: #e4007f;
}
.tableStyle01 caption {
	text-align:left;
	font-size:15px;
	margin:10px 0px;
}
.text_list_btn {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #dfdfdf;
	background: #f0eeef;
    text-align: center;
}

.text_list_btn li {
    display: inline-block;
    font-size: 124%;
    letter-spacing: normal;
    list-style-type: none;
    margin: 0;
    padding:10px 20px;
}



.table01 dl {
    background-color: #fff;
    display: table;
    width: 100%;
}

.table01 dl.top dt,
.table01 dl.top dd {
    border-top: 1px solid #cbcbcb;
}
.table01 dl dt {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    border-right: 3px double #cbcbcb;
    display: table-cell;
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    width: 40%;
}
.table01 dl dd {
    border-bottom: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    display: table-cell;
    font-size: 100%;
    padding: 10px 30px;
    vertical-align: middle;
    width: 60%;
}



.cellW10p {
    width: 10%;
}
.cellW17p {
    width: 17%;
}
.cellW07p {
    width: 7%;
}
.cellW13p {
    width: 13%;
}

.color_red {
	color: #cc0000!important;
}
