/*----------------------------------------------------------
   
-----------------------------------------------------------*/
@charset "utf-8";
/* setting
------------------------------------*/

body{

}

html{
}

a, a img { outline: none; }

.pc_only{
display: block;
}
.sp_only{
display: none;
}


a:hover img{
opacity:0.7;
filter: alpha(opacity=70);
}

.float_left{
float:left;
}
.float_right{
float:right;
}
img.border{
border: 2px solid #ccc;
}

ul{
padding: 0;
margin: 0;
}

ul li{
list-style: none;
}

ul.common li{
background: url(/img/common/bg_li.gif) 5px 8px no-repeat;
    padding: 5px 0 0 30px;
    margin: 0 0 10px 0;
}


table, table td, table th{
border: 0;
}


.pre{
white-space: pre;
}


/* common
------------------------------------*/
p,ul,ol,li,div,dt,dd{

}
.block{
display: block;
}

blockquote{
    color: #bbaaff;
	    margin: 10px 20px;
}

/* Link Color
--------------------------------*/
a {/*未訪問のリンク*/
color:#891953;
text-decoration:underline;
cursor:pointer;cursor:hand;
}
a:link {/*未訪問のリンク*/
color:#891953;
text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
color:#891953;
text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
color:#861553;
text-decoration:underline;
}
a:active {/*クリック中*/
color:#861553;
}


/* 
--------------------------------*/

dl{
margin-bottom: 5px;
}
dt{
}
dd{
margin: 0 0 10px 0;
}

h2.common{
	color: #7E3081;
	border-bottom: 1px dotted #7E3081;
    margin-top: 15px;
    margin-bottom: 15px;
}
 
h2.common:before,
h2.common:after {

}
h2.common:after {
}

h3.common{
	background: #891953;
    color: white;
    /* border-radius: 5px; */
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    padding: 10px 10px;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 12px;
}

h4.common{
font-size: 16px;
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
padding: 7px 0 7px 12px;
background: #FAF5ED;
margin-bottom: 10px;
color: #332;
}
h5.common{
font-size: 12px;
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
padding: 5px 0 5px 12px;
background: #FAF5ED;
margin-bottom: 10px;
color: #555555;
}

.center{
text-align: center;
margin: 0 auto;
}
span.red{
color: #aa1133;
}
span.pink{
color: #ff336d;
}
span.lightblue{
color: #4c9dde;
}

.red{
color: #cc5555;
}
.purple{
color: #bb55bb;
}
.orange{
color: #cc9955;
}
.blue{
color: #5555cc;
}
.green{
color: #119911;
}
.bold{
font-weight: bold;
}
.no_border{
border: 0 white;
}


img.img_right{
float: right;
margin: 0px 15px 10px 10px;
}
img.img_left{
float: left;
margin: 0px 10px 10px 15px;
}


.textalign_center{
text-align: center;
}
.textalign_right{
text-align: right;
}
.textalign_left{
text-align: left;
}


strong{
font-weight: normal;
}

.small{
font-size: 10px;
}
.big{
font-size: 14px;
}
.fs_14{
font-size: 14px;
}
.fs_16{
font-size: 16px;
}
.fs_18{
font-size: 18px;
}
.fs_20{
font-size: 20px;
}
.fs_22{
font-size: 22px;
}
.fs_24{
font-size: 24px;
}

.border{
border: 1px solid #dddddd;
}

.float_left{
float: left;
}
.float_right{
float: right;
}

.clear{
clear: both;
}

.notice{
color: #ff0929;
font-size: 10px;
}



.mb_5{
margin-bottom: 5px;
}
.mb_10{
margin-bottom: 10px;
}
.mb_20{
margin-bottom: 20px;
}
.mb_30{
margin-bottom: 30px;
}
.ml_5{
margin-left: 5px;
}
.ml_10{
margin-left: 10px;
}
.ml_20{
margin-left: 20px;
}
.ml_30{
margin-left: 30px;
}
.ml_50{
margin-left: 50px;
}

.mr_5{
margin-right: 5px;
}

.mr_10{
margin-right: 10px;
}
.mr_20{
margin-right: 20px;
}
.mr_30{
margin-right: 30px;
}
.mr_50{
margin-right: 50px;
}
.mb_10{
margin-bottom: 10px;
}
.mt_5{
margin-top: 5px;
}
.mt_10{
margin-top: 10px;
}
.mt_15{
margin-top: 15px;
}
.mt_20{
margin-top: 20px;
}
.mt_30{
margin-top: 30px;
}
.ps_10{
padding: 0 10px;
}
.ps_15{
padding: 0 15px;
}
.ps_20{
padding: 0 20px;
}
.ps_30{
padding: 0 30px;
}
.pl_10{
padding-left: 10px;
}
.pl_15{
padding-left: 15px;
}
.pl_20{
padding-left: 20px;
}
.pl_30{
padding-left: 30px;
}
.pr_10{
padding-right: 10px;
}
.pr_15{
padding-right: 15px;
}
.pr_20{
padding-right: 20px;
}
.pr_30{
padding-right: 30px;
}
.lh_30{
line-height: 30px;
}

/* form
------------------------------------*/
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="number"],
textarea{
    border:1px solid #999;
    padding: 1px 5px;
    background: #fff;
    border-radius: 5px;
 
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
 
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
 
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
 
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
 
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}

input[type="radio"], input[type="checkbox"]{
vertical-align:middle; 
}
 



.qaArea dl {
    position: relative;
    margin: 0px 0 0;
    cursor: pointer;
    border: 1px solid #DDD;
}
.qaArea dl:first-child {
  margin-top: 0;
}
.qaArea dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qaArea .open::after {
    transform: rotate(-45deg);
}
.qaArea dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #DDD;
}
.qaArea dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #6EBA38;
}
.qaArea dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #EB3e6E;
}
.qaArea dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    background: white;
}
.qaArea dl dd p {
}
.qaArea dl dd p:first-child{
    margin-top: 0;
}


/* table
-----------------*/
table.common { 
border-collapse: collapse;
width: 100%;
}

table.common th {
border: solid 1px #e3e2db;
background: #f3f2eb;
font-weight: bold;
font-size:14px;
line-height: 16px;
padding: 10px 5px;
}
table.common td {
border: solid 1px #e3e2db;
background: #fdfdfa;
padding: 5px 5px;
font-size:14px;
line-height: 28px;
}
table.fs_small td,table.fs_small th{
font-size:10px;
line-height: 13px;
padding: 3px;
}

table.common thead th, table.common thead th{
font-weight: bold;
font-size: 27px;
color: #f24;
border-top: #e3e3e3 1px dotted;
}
table.common tbody tr:nth-child(1) th {
border-top: #0286D0 4px solid;
}
table.common tbody tr:nth-child(odd) th {
background: #e4e4e3;
border-bottom: #e3e3e3 1px dotted;
}
table.common tbody tr:nth-child(even) th {
background: #f1f1f0;
border-bottom: #e3e3e3 1px dotted;
}

table.common tbody tr:nth-child(1) td {
border-top: #00A0E6 4px solid;
}
table.common tbody tr:nth-child(odd) td {
background: #f8f8f8;
border-bottom: #e3e3e3 1px dotted;
}
table.common tbody tr:nth-child(even) td {
background: white;
border-bottom: #e3e3e3 1px dotted;
}


/* footer
------------------------------------*/

/* width
-----------------*/

.w50px{
width: 50px;
}
.w100px{
width: 100px;
}
.w170px{
width: 170px;
}
.w200px{
width: 200px;
}
.w225px{
width: 225px;
}
.w230px{
width: 230px;
}
.w270px{
width: 270px;
}
.w300px{
width: 300px;
}
.w330px{
width: 330px;
}
.w380px{
width: 380px;
}
.w400px{
width: 400px;
}
.w500px{
width: 500px;
}
.w600px{
width: 600px;
}

.w10per{
width: 10%;
}
.w20per{
width: 20%;
}
.w25per{
width: 25%;
}
.w30per{
width: 30%;
}
.w33per{
width: 33%;
}
.w40per{
width: 40%;
}
.w50per{
width: 50%;
}
.w75per{
width: 75%;
}
.w100per{
width: 100%;
}

* html .button_common,html>body .button_common{
background: #716DDE;
}

:root .button_common {
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	padding: 11px 20px;
	background: -moz-linear-gradient(
		top,
		#00A8E9 0%,
		#0085D0);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#00A8E9),
		to(#0085D0));
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #130241;
	-moz-box-shadow:
		0px 0px 1px rgba(000,000,000,0.1),
		inset 1px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 0px 1px rgba(000,000,000,0.1),
		inset 1px 1px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

* html .button_common,html>body .button_common2{
background: #af055a;
}

:root .button_common2 {
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	padding: 11px 20px;
	background: -moz-linear-gradient(
		top,
		#af055a 0%,
		#aa0557);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#af055a),
		to(#aa0557));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #951856;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

* html .button_common,html>body .button_common3{
background: #aaa;
}

:root .button_common3 {
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	padding: 11px 20px;
	background: -moz-linear-gradient(
		top,
		#aaa 0%,
		#999);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#aaa),
		to(#999));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #777;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}


input[type="text"], input[type="passwd"] {
    padding: 5px;
    font-size: 14px;
    line-height: 14px;
}

input.form_btn{
background: #17b800;
padding: 20px;
width: 250px;
color: white;
font-weight: bold;
border-radius: 5px;        /* CSS3草案 */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px;   /* Firefox用 */  
border: none;
}
input.form_btn2{
background: #6db86d;
padding: 20px;
width: 250px;
color: white;
font-weight: bold;
border-radius: 5px;        /* CSS3草案 */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px;   /* Firefox用 */  
border: none;
}
input[type="reset"]{
background: #6db86d;
}

#mail_form p{
margin-top: 20px;
}

#mail_form label{
color: #903;
font-weight: bold;
}
