@charset "utf-8";

/* CSS Document */


@media print, screen and (min-width: 641px) {

/* header */
#header_wrap {
	width: 100%;
    height: 40px;
    font-size: 18px;
    background: #77779e;
    position: relative;
}
#header_wrap p{
	display: inline-block;
    position: absolute;
    right: 0;
    bottom: 8%;
}
#header_wrap p a{
	border: 1px solid #fff;
    padding: 4px 10px 3px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
}
#header_wrap p a:hover{
	background: #fff;
    color: #77779e;
}
.c3d_logo {
    float: left;
    margin: 30px 0 25px;
}
.sunstar_logo {
    float: right;
    margin-top: 64px;
}
.sunstar_logo img{
	width: 150px;
}

/* common */
h2 {
	font-size: 18px;
    color: #006694;
	border: none;
    border-left: 3px solid #006694;
    font-weight: normal;
    padding-left: 10px;
    margin-bottom: 15px;
}
h5 {
    font-size: 18px;
    color: #006694;
	margin-bottom: 15px;
}


.contents_top {
	width:970px;
    background: #fff;
    box-shadow: 0 0 5px #c5c5c5;
	margin: 0 auto 50px;
    padding: 0 30px 45px;
}
.contents_top #breadcrumb {
    clear: both;
}
.contents_top #breadcrumb p,.contents_top #breadcrumb p a{
    font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	display: inline-block;
	position: relative;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.contents_top #breadcrumb p{
	padding: 0 25px;
	margin: 5px 5px 35px;
	line-height: 1.3em;
	border-right: 1px solid #77779e;
	border-left: 1px solid #77779e;
	-webkit-transform: skewX(150deg);
	-moz-transform: skewX(150deg);
	transform: skewX(150deg);
}
.contents_top #breadcrumb p span{
	transform: skewX(-150deg);
    display: block;
}
.contents_top #breadcrumb p a{
	color: #77779e;
}
.contents_top #breadcrumb p a:hover {
	color: #FF5000;
}

.contents_top section{
	margin: 10px 0 40px;
}
.contents_top section:last-of-type{
	margin-bottom: 0;
}

article {
	padding-left:15px;
	padding-right:5px;
	margin-bottom: 40px;
	margin-top: 10px;
}
article p{
	margin-bottom:20px;
}
article p:last-of-type{
	margin-bottom:0px;
}

.text_st01{
	border:rgba(244,64,67,1.00) 2px solid;
	color:rgba(244,64,67,1.00);
	padding:3px;
	display:inline-block;
	font-size: 16px;
	margin:auto 10px;
	height:auto;
	line-height:1em;
	font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"?ｭ?ｳ ?ｰ繧ｴ繧ｷ繝?け","MS PGothic",sans-serif;
	background:rgba(244,244,244,0.7);
}

.link_dec01{
	color:#0044CC;
	text-decoration:underline;
}

.link_dec01:visited {
	color:#2D0066;
	text-decoration:underline;
}
.link_dec01:hover,.link_dec01:active{
	color:#FF5000;
	text-decoration:underline;
}

.link01{
    color: #fff;
	font-size: 16px;
    border-radius: 5px;
    background: #965961;
    border: 1px solid #965961;
    padding: 7px 20px 5px;
}
.link01:hover{
    border: 1px solid #FF5000;
 	background-color: #FF5000;
	color: #fff;
}
.link02{
    color: #965961;
	font-size: 16px;
    border-radius: 5px;
    border: 1px solid #965961;
    padding: 7px 20px 5px;
	opacity: 1;
}
.link02:hover{
	opacity:0.7;
}

.text_notice01{
    color: #555;
    font-size: 15px;
	position: relative;
    left: 13px;
}
.text_notice01:before{
	content:"※";
	margin-left: -15px;
}



/* footer */
#footer_wrap{
	border-bottom:solid 1px #FF5000;
}
footer {
	width::970px;
	text-align:center;
}
footer ul li{
	font-size: 12px;
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(../images/common/list_tri.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:10px;
}

#copy {
	font-size: 12px;
	display: block;
	text-align: center;
	letter-spacing: 0.1em;
}

#back-top{
	right:50px;
	height:80px;
	position:fixed;
	bottom:130px;
}
#back-top_main{
    position: absolute;
    right: 50px;
}



/* contents_parts */
dl {
	line-height: 1.5em;
    padding-left: 17px;
}
dl dt{
	float: left;
    background: #cce0ea;
    border-left: 2px solid #006694;
    margin-right: 10px;
    padding: 0 15px;
}
dl dd{
	margin-bottom: 10px;
	margin-left: 85px;
}
dl dd:last-of-type{
	margin-bottom: 0;
}
dl dd:after{
    clear: both;
    content: "";
    display: block;
}

table{
    width: 100%;
    border-spacing: 0;
	border-collapse: collapse;
    margin: 0 0 20px;
}
table th,table td{
	padding: 20px 10px;
}
table th{
	background: #cce0ea;
}
table td{
    text-align: left;
}
table tr th:first-of-type {
	width: 20%;
	border-bottom: 1px solid #fff;
}



form{
}
form div{
    font-size: 16px;
    line-height: 25px;
	margin-bottom: 30px;
}
form div h5 {
    margin: 0 0 10px;
}
form div p{
    margin-bottom: 15px;
    margin-left: 27px;
}
form div p span:first-of-type{
    font-weight: bold;
    margin-left: -24px;
}
form div p span:first-of-type:after{
	content: "）";
    color: #22B9F1;
    position: relative;
    left: 3px;
}
form div input[type="radio"]{
	margin-right: 10px;
}
form div > input[type="radio"]{
    margin-left: 5px;
}
form div input[type="checkbox"]{
    margin: 0 5px;
    position: relative;
    top: 1px;
}
form table input,form table select{
	font-size: 16px;
}
form table input[type="text"]{
	padding: 8px;
    width: 100%;
    border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: 0px 0px 4px #CCC inset;
}
form table input[type="password"]{
	padding: 8px;
    width: 60%;
	border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: 0px 0px 4px #CCC inset;
}
form table span.red{
	font-size: 16px;
    display: block;
    margin: 5px 5px 0;
}
form table select{
	padding: 5px 8px;
    border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: 0px 0px 4px #CCC inset;
    margin: 0 5px 0 10px;
}
form table select:first-of-type{
	margin-left: 0;
}

form .button{
    padding-left: 5px;
	margin: 0;
}
form .button input[type="submit"]{
	display: inline-block;
    color: #fff;
	font-size: 16px;
    border: 1px solid #006694;
    border-radius: 5px;
    background: #006694;
	margin: 0;
    padding: 7px 10px 5px;
    cursor: pointer;
	transition: all .3s;
}
form .button input[type="submit"]:hover{
	border: 1px solid #2797c6;
 	background-color: #2797c6;
	color: #fff;
}
form .button input[type="submit"]{
	display: inline-block;
}
form .button button,.contents_top > .button button{
	display: inline-block;
    color: #006694;
	font-size: 16px;
    background: #ececec;
    border-radius: 5px;
    border: 1px solid #006694;
    margin: 0 10px 0 0;
    padding: 7px 10px 5px;
    cursor: pointer;
    transition: all .3s;
	opacity: 1;
}
form .button button:hover,.contents_top > .button button:hover{
	opacity:0.7;
}
.contents_top > .button {
	padding-left: 5px;
    margin-top: 10px;
}
.contents_top > .button button{
    background: #fff;
}


/* contents */
.contents_top #topics {
	margin:0;
}
.contents_top #topics p{
    padding-left: 20px;
    position: relative;
}
.contents_top #topics > p:first-of-type{
	margin-top:10px;
}
.contents_top #topics > p:last-of-type{
	margin-bottom: 40px;
}
.contents_top #topics p::before {
    content: "";
    height: 2px;
    width: 8px;
    background: #006694;
    position: absolute;
    top: 50%;
    left: 5px;
}
.contents_top #member{
	border-bottom: 1px dotted;
    border-top: 1px dotted;
    background: #f2f2f2;
    padding: 15px 0;
    margin-bottom: 25px;
}


/* m_top */
#d_m_top .p_m_top{
	margin: 0 0 15px;
}
#d_m_top  > .p_m_top::before{
    content: "";
    margin-right: 0;
}
#d_m_top .p_m_top span{
	font-size: 16px;
	margin-left: 5px;
}
#d_m_top form {
	margin-bottom: 5px;
}
#d_m_top form input[type="text"] {
	padding: 2px;
    border: solid 1px #999;
}

#d_m_top table{
	border-bottom: 2px solid #eee;
}
#d_m_top table tr:nth-child(even) th{
	background: #fff;
}
#d_m_top table tr:nth-child(odd) th{
	background: #eee;
}
#d_m_top table th,#d_m_top table td,
#d_m_meibo table th{
	padding: 20px 5px;
}
#d_m_top table tr:nth-of-type(1) th,
#d_m_meibo table tr:nth-of-type(1) th{
	/*width: 10%;*/
	border-right: 1px solid #fff;
	background: #cce0ea;
}
#d_m_top table td,
#d_m_meibo table td{
	text-align: center;
}
#d_m_top table tr th:nth-of-type(1){
	width: 17%;
	border-bottom: none;
}
#d_m_top table tr th:nth-of-type(4),
#d_m_top table tr th:nth-of-type(8){
	width: 11%;
}
#d_m_top table tr th:nth-of-type(5){
	width: 20%;
}
#d_m_top table tr:nth-of-type(1) th{
	padding-bottom: 25px;
}
#d_m_top table tr:nth-of-type(n+2) th{
	font-weight: normal;
}

#d_m_top table span.blue{
	font-size: 13px;
	padding-bottom: 15px;
    /*background: url(../img/mark.png) no-repeat center bottom 3px/12px;*/
}


/* m_meibo */
#d_m_meibo table {
    table-layout: auto;
}
#d_m_meibo table td{
	padding: 10px;
}
#d_m_meibo .txtleft{
	text-align: left;
}
#d_m_meibo .txtright{
	text-align: right;
}
#d_m_meibo table tr th:first-of-type,
#d_m_meibo table tr td:first-of-type {
	border-bottom: none;
    color: #006694;
    font-size: 14px;
    font-weight: bold;
}
#d_m_meibo table tr th:nth-of-type(1){
	width: 6%;
}
#d_m_meibo table tr th:nth-of-type(2){
	width: 10%;
}


/* q_top */
#d_q_top > p {
	font-size: 16px;
    margin-bottom: 20px;
	clear: both;
}
#d_q_top .sec_contents form table tr:nth-of-type(5) td input,
#d_q_top .sec_contents form table tr:nth-of-type(6) td input,
#d_q_top .sec_contents form table tr:nth-of-type(7) td input{
	width: 40%;
}
#d_q_kaku pre{
	word-break: break-all;
	white-space: pre;          
	white-space: pre-wrap;     
	white-space: pre-line;     
	white-space: -pre-wrap;    
	white-space: -o-pre-wrap;  
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap; 
	word-wrap: break-word;
	margin-bottom: 15px;
}
/* q_kaku */
#d_q_kaku section > p{
	margin-bottom: 15px;
}


/* i_end */
#d_i_end section{
	margin-bottom: 15px;
}
#d_i_end h3{
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: normal;
}
#d_i_end h3 span{
    font-size: 20px;
    color: #006694;
    margin-right: 10px;
    font-weight: bold;
}
#d_i_end > p{
	margin-bottom: 10px;
}
#d_i_end > p::before {
    content: "";
    margin-right: 0;
}

/* setting */
#setting form table tr:first-of-type th:first-of-type{
	border-right: 1px solid #fff;
}
#setting form table tr:nth-of-type(n+2) th,
#setting form table tr td{
	font-size: 16px;
}
#setting form table tr td input{
	margin-bottom: 3px;
}


}