@charset "utf-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;

}
body {
    font-size:12px;
    line-height:1.5em;
}

img {
    vertical-align: middle;
    font-size:0;
    line-height: 0;
}


h2{
    font-size:16px;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color:#333;
    text-decoration: none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    margin:0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

li {
    list-style-type: none;
}

.clearfix:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0;
    visibility:hidden;
}


.ml15{
    margin-left:15px;
}
/* ====================================================== */

body{
    background:#F4F2E4;
}


header{
    overflow:hidden;
    width:960px;
    margin:0px auto;
    background: #fff;
    padding:20px 20px 15px;
    position: relative;
}

header h1{
    font-size:12px !important;
    margin-bottom:10px;
}

header .logo{
    float:left;
    overflow:hidden;
    width:560px;
}

header .logo img{
    float:left;

}

header .logo h2{
    float:left;
    margin-left:10px;
    font-size:12px;
    margin-top:20px;
}

header .logo .copy{
    float:left;
    margin-left:10px;
    font-size:12px;
    margin-top:20px;
    font-weight:bold;
}

header .home{
    margin-top:2.3em;
}

header .home h1{
    float:left;
    margin:20px 0px 0px 10px;
    font-size:12px;
}

header nav ul{
    overflow:hidden;
    float:right;
    margin-top:45px;
}

header nav ul li{
    float:left;
    font-size:12px;
    padding:5px 5px 5px 25px;
}

header nav ul li.line{
    border-right:1px dotted #ccc;
}
header nav ul li.no-pr{
    padding-right:0px;
}

header nav ul li a{
    display: block;
}

header nav ul li.first{
    background:url(/img/icon_first.png) no-repeat 5px center;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;	
}

header nav ul li.login{
    background:url(/img/icon_login.png) no-repeat 5px center;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;			
}

header nav ul li.inquiry{
    background:url(/img/icon_inquiry.png) no-repeat 5px center;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;		
}

nav.main{
    clear:both;
    background:#333;
    width:960px;
    margin:0px auto;
    padding:0px 20px;	
}


nav.main ul{
    overflow:hidden;
}

nav.main ul li{
    float:left;
    width:16.6%;
    text-align:center;

}

nav.main ul li.line{
    background:url(/img/main_navi_line.png) no-repeat right center;
}

nav.main ul li.on{
    background-image:url(/img/main_navi_line.png),url(/img/navi_back.png);
    background-repeat: no-repeat,repeat-x;
    background-position: right center , center center;
}

nav.main ul li a{
    display: block;
    padding:17px 0px;
}

#bookmark {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(/img/icon_heart.png) no-repeat 5px center;
    background-size: auto auto;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
    padding: 5px 0 5px 25px;
}

.pankuzu {
    padding:5px 5px 15px;
    font-size: 11px;
}

.pankuzu a{
    color:#FE5F11;
    text-decoration: underline;
}
article{
    overflow: hidden;
    clear:both;
    width:960px;
    margin:0px auto;
    background:#fff;
    padding:20px;		
}

section.left{
    float:left;
    width:660px;
}

section.right{
    float:right;
    width:270px;
}

img.bd{
    border:2px solid #333;
}

#regist{
    border:2px solid #333;
    height:296px;
}

#regist img.about_title{
    margin-top:20px;
}

#regist p{
    padding:15px 20px 0px;
    font-size:12px;
    line-height: 1.5em;
}

#regist .regist_btn{
    text-align: center;
    margin-top:20px;
}





.banner{
    margin-top:20px;
}

footer{
    background:#333;
    clear:both;
    width:960px;
    margin:0px auto;
    padding:10px 20px;
    text-align: center;
    line-height: 1.5em;
    font-size:12px;
    color:#fff;

}

footer a{
    color:#fff;
    font-size:12px;
}

footer .footer_link{
    border-bottom:1px solid #000;
    padding-bottom:5px;

}


footer p{
    padding-top:5px;
    border-top:1px solid #666;
}

.total{
    font-size:12px;
    padding:10px 5px;
    text-align: right;
}
.total .bbox{
    color:#5FA299;
}

.total .bs{
    font-weight: bold;
}

h2.pickup{
    clear:both;
    background:url(/img/icon_ex.png) no-repeat 5px center;
    padding:10px 0px 10px 30px;
    font-size:14px;
    border-bottom:1px dotted #333;
    -webkit-background-size: 21px 21px;
    background-size: 21px 21px;	
}
h2.cate_search{
    clear:both;
    margin-top:10px;
    background:url(/img/icon_search.png) no-repeat 5px center;
    padding:10px 0px 10px 30px;
    font-size:14px;
    border-bottom:1px dotted #333;
    -webkit-background-size: 21px 21px;
    background-size: 21px 21px;	

}
h2.keyword_search{
    clear:both;
    margin-top:10px;
    background:url(/img/icon_pencil.png) no-repeat 5px center;
    padding:10px 0px 10px 30px;
    font-size:14px;
    border-bottom:1px dotted #333;
    -webkit-background-size: 21px 21px;
    background-size: 21px 21px;	
}

h2.title,
p.h2 {
    border-left:5px solid #6EC6BB;
    margin-top:15px;
    margin-left:5px;
    padding:8px 0px 8px 10px;
    font-size: 16px;
    font-weight: bold;
}

h3.title{
    border-left:5px solid #6EC6BB;
    margin-top:15px;
    margin-left:5px;
    padding:8px 0px 8px 10px;
}

#pickup{
    overflow:hidden;
    margin-top:10px;
}
#pickup h3{
    color:#ff9226;
    font-size:14px;
    padding:10px;
    padding-left:0px;
}

#pickup .photo{
    float:left;
    width:154px;
}

#pickup .txt{
    float:right;
    width:490px;
}

#pickup .txt p{
    font-size:12px;
    line-height: 1.5em;
}

#pickup .txt p.new_pickup{
    font-weight:bold;
    background:url(/img/icon_next.png) no-repeat right center;
    padding:10px 20px 10px 10px;
    text-align:right;
    -webkit-background-size: 15px 16px;
    background-size: 15px 16px;
}

#pickup .txt p.new_pickup a{
    color:#FE5F11;
}

ul.cate{
    overflow:hidden;
    margin-top:5px;
    width:90%;
    margin-left:15px;
}

ul.cate li{
    background: url(/img/icon_en.png) no-repeat left center;
    padding:0px 30px 0px 15px;
    font-weight: bold;
    font-size:12px;
    float:left;
    line-height: 2.5em;
}

ul.cate li a{
    display: block;
    color:#226B90;
}

.keyword_area{
    padding:15px;
}

input.keyword{
    width:80%;
    padding:5px;
    height:21px;
    font-size:12px;
    border:2px solid #2A82D8;
    border-radius: 2px;
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */	
}

input.btn_search{
    background:#2A82D8;
    color:#fff;
    font-weight:bold;
    padding:5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */  
    font-size:14px;
    border:none;
}

#ranking{
    border:2px solid #333;
    text-align:center;
    margin-top:20px;
}

#ranking img{
    padding:15px;
}

#ranking ul{
    padding:0px 15px 10px;
}
#ranking ul li {
    font-size: 12px;
    padding: 10px 10px 10px 35px;
    text-align: left;

}

#ranking ul li a{
    color:#226B90;
    display: block;
}

#ranking ul li.rank1{
    background: url(/img/rank1.png) no-repeat left center;
    border-bottom:1px dotted #333;
    -webkit-background-size: 27px 20px;
    background-size: 27px 20px;	
}
#ranking ul li.rank2{
    background: url(/img/rank2.png) no-repeat left center;
    border-bottom:1px dotted #333;
    -webkit-background-size: 27px 20px;
    background-size: 27px 20px;	
}
#ranking ul li.rank3{
    background: url(/img/rank3.png) no-repeat left center;
    border-bottom:1px dotted #333;
    -webkit-background-size: 27px 20px;
    background-size: 27px 20px;	
}

#ranking ul li.rank4{
    background: url(/img/rank4.png) no-repeat left center;
    -webkit-background-size: 27px 20px;
    background-size: 27px 20px;	
}
#ranking ul li.rank5{
    background: url(/img/rank5.png) no-repeat left center;
    -webkit-background-size: 27px 20px;
    background-size: 27px 20px;	
}
#ranking ul li.rank6{
    background: url(/img/rank6.png) no-repeat left center;
    -webkit-background-size: 27px 20px;
    background-size: 27px 20px;	
}
#ranking ul li.rank7{
    background: url(/img/rank7.png) no-repeat left center;
    -webkit-background-size: 27px 20px;
    background-size: 27px 20px;	
}
#ranking ul li.rank8{
    background: url(/img/rank8.png) no-repeat left center;
    -webkit-background-size: 27px 20px;
    background-size: 27px 20px;	
}
#ranking ul li.rank9{
    background: url(/img/rank9.png) no-repeat left center;
    -webkit-background-size: 27px 20px;
    background-size: 27px 20px;	
}
#ranking ul li.rank10{
    background: url(/img/rank10.png) no-repeat left center;
    -webkit-background-size: 27px 20px;
    background-size: 27px 20px;
}

ul#tab{
    overflow: hidden;
    margin-top:20px;
    margin-left:15px;
}
ul#tab li{
    float:left;
    background:#c5c5c5;
    font-size:12px;
    width:80px;
    padding:8px 10px;
    text-align:center;
    margin-right:5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 4px;    /* Safari,Google Chrome用 */  
    -webkit-border-top-right-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius-topleft: 4px;   /* Firefox用 */	
    -moz-border-radius-topright: 4px;   /* Firefox用 */	
}

ul#tab li a{
    display: block;
}

ul#tab li.present{
    background-color:#333;
    color:#fff;
}

ul#tab li.present a{
    color:#fff;
}

#tabarea{
    margin-left:15px;
    border:2px solid #333;
    padding:10px;
}

#tabarea .pagenation dl{
    overflow: hidden;
}

#tabarea .pagenation dt{
    width:40%;
    float:left;
    border:none;
    padding:10px;
}

#tabarea .pagenation dt span.cnt{
    font-size:16px;
    color:#FE5F11;
}


#tabarea .pagenation dd{
    width:40%;
    float:right;
    border:none;
    text-align:right;
}



#tabarea dl{
    overflow:hidden;
    font-size:12px;
}

#tabarea dt{
    float:left;
    width:15%;
    padding:13px 10px 7px;
    border-bottom:1px dotted #333;
    height:2em;
}

#tabarea dd{
    float:left;
    width:81%;
    padding: 13px 0 7px;
    border-bottom:1px dotted #333;
    overflow: hidden;
    height:2em;
}
#tabarea dd img{
    float:right;
    width:50px;
    margin-top:-2px;
}

#tabarea dl.ver2 dd{
    float:left;
    width:100%;
    padding:10px 0px;
    border-bottom:1px dotted #333;
    height: auto;
}

#tabarea dd a{
    color:#226B90;
}

#tabarea dd.active{
    background:url(/img/icon_active.png) no-repeat right center;
    -webkit-background-size: 50px 24px;
    background-size: 50px 24px;	

}
#tabarea dd.end{
    background:url(/img/icon_end.png) no-repeat right center;
    -webkit-background-size: 50px 24px;
    background-size: 50px 24px;
}


#tabarea dl.ver2 dd.active{
    background:url(/img/icon_active.png) no-repeat right 7px;
    -webkit-background-size: 50px 24px;
    background-size: 50px 24px;
}

#tabarea dl.ver2 dd.end{
    background:url(/img/icon_end.png) no-repeat right 7px;
    -webkit-background-size: 50px 24px;
    background-size: 50px 24px;
}

#tabarea dd .q_data{
    padding:5px 0px 0px;
}

.q_area{
    border:2px solid #6EC6BB;
    padding:15px;
    overflow:hidden;
    font-size:12px;
}

.q_area .face{
    float:left;
    width:20%;
    text-align: center;
}

.q_area .face img{
    margin:5px 0px;
}
.q_area .q_text{
    float:right;
    width:80%;
}

.q_area .main{
    overflow:hidden;
}

.q_area .q_text h3{
    line-height: 1.5em;
    float:left;
    width:370px;
}
.q_area .q_text img.flr{
    float:right;
}

.q_area .q_text p{
    clear:both;
    margin-top:10px;
    font-size:12px;
    line-height: 1.3em;

}

.q_area .q_text dl{
    clear:both;
    overflow:hidden;
    margin-top:1.5em;
    font-size:12px;
}

.q_area .q_text dl dt{
    width:50%;
    float:left;
}
.q_area .q_text dl dd{
    width:50%;
    float:right;
    text-align: right;
}

.q_area .center{
    clear:both;
    text-align:center;
    margin:20px 0px;
}

.q_area .cate{
    background:#D3EEEA;
    padding:5px;
    margin:10px 0px;
}

.q_area .cate a{
    color:#00218C;
    text-decoration: underline;
}

.q_area .bold{
    font-weight: bold;
}
.q_area .products{
    padding:5px;
}

.q_area .products a{
    color:#FE5F11;
    text-decoration: underline;
}

a.ora{
    color:#FE5F11;
    text-decoration: underline; 
}

.ora{
    color:#FE5F11;
}

.useful{
    background: url(/img/useful_back.png) no-repeat;
    padding:5px 15px;
    font-size:12px;
    margin-top:15px;
}

.useful dl{
    overflow:hidden;
}
.useful dt{
    width:45%;
    float:left;
    font-weight: bold;
    margin-top:3px;
}

.useful dd{
    width:53%;
    float:right;
    text-align: right;
    padding: 5px 0
}

.return .pagenation dl{
    overflow: hidden;
    font-size:12px;
    margin-top:15px;
}

.return .pagenation dt{
    width:40%;
    float:left;
    border:none;
    padding:10px 0px;
}

.blue{
    color:#2A81D8;
}

.return .pagenation dt span.cnt{
    font-size:16px;
    color:#FE5F11;
}


.return .pagenation dd{
    width:40%;
    float:right;
    border:none;
    text-align:right;
    padding:10px 0px;
}

a.page{
    border:#6EC6BB 1px solid;
    padding:3px 5px;    
}

a.pageon{
    border:#6EC6BB 1px solid;
    background:#6EC6BB;
    padding:3px 5px;
    color:#fff;
}

.a_area{
    border:2px solid #ccc;
    padding:15px;
    overflow:hidden;
    font-size:12px;
    margin-top:15px;
}

.a_area .face{
    float:left;
    width:20%;
    text-align: center;
}

.a_area .face img{
    margin:5px 0px;
}
.a_area .a_text{
    float:right;
    width:80%;
}

.a_area .main{
    overflow:hidden;
}


.a_area .a_text p{
    clear:both;
    font-size:12px;
    line-height: 1.5em;

}

.a_area .a_text dl{
    clear:both;
    overflow:hidden;
    margin-top:1.5em;
    font-size:12px;
}

.a_area .a_text dl dt{
    width:50%;
    float:left;
}
.a_area .a_text dl dd{
    width:50%;
    float:right;
    text-align: right;
}

.a_area .cate{
    background:#D3EEEA;
    padding:5px;
    margin:10px 0px 0px;
}

.a_area .cate a{
    color:#00218C;
    text-decoration: underline;
}
.bold{
    font-weight: bold;
}

ul.btn li.thanks{
    background:url(/img/heart_back.png) no-repeat;
    -webkit-background-size: 110px 26px;
    background-size: 110px 26px;
    border:none;
    margin-top:15px;
    width:110px;
    height:26px;
    float:left;
    line-height: 2.2em;
}

ul.btn li a{
    display:block;
    padding-left:30px;
}

ul.btn li.write{
    background:url(/img/write_back.png) no-repeat;
    -webkit-background-size: 102px 26px;
    background-size: 102px 26px;
    border:none;
    margin-top:15px;
    width:102px;
    height:26px;
    margin-right:5px;
    float:left;
    line-height: 2.2em;
}

.a_text .rei{
    margin-top:15px;
    border:1px solid #FE7090;
    padding:5px;
}

.a_text .rei h3{
    color:#FE7090;
    padding-bottom:5px;
    font-size:14px;
}

.q_area .nobk{
    background: none;
}


.nobd{
    border:none;
}
h3.subtitle{
    background:url(/img/bar_back.png) no-repeat;
    padding:8px;
    margin-bottom:15px;
    font-size:13px;
    padding-left:15px;
}

.mt0{
    margin-top:0px!important;
}

.mb0{
    margin-bottom:0px!important;
}
.mt15{
    margin-top:15px;
}

.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}

textarea{
    width:90%;
    margin:0 5%;
    height:10em;
    padding:5px;
    font-size:12px;

}

.center{
    clear:both;
    text-align:center;
    margin:20px 0px;
}

.confirm{
    padding:10px;
    font-size:12px;
}

.caution{
    border-top:1px dotted #888;
    margin-top:20px;
    padding:10px;
    font-size:12px;
    line-height: 1.5em;
}


.caution a{
    color:#d83300;
    text-decoration: underline;

}
.caution p.last_mssage{
    font-weight: bold;
    color:#d80000;
    text-align: center;
    margin-top:20px;
}
.red{
    color:#D80000;
}

.mt5{
    margin-top:5px;
}
.f_right{
    float:right;
}

.comp{
    font-size:12px;
    text-align:center;
    padding:40px 0px 30px;
}

input.q_title{
    font-size:12px;
    width:80%;
    padding:5px;
}

img.btn_yes{
    vertical-align: -7px;
}

.kanren ul{
    overflow:hidden;
}

.kanren ul li{
    width:50%;
    float:left;
    margin-top:15px;
}

.kanren ul li img{
    float:left;
    margin:0px 10px;
}

.kanren ul li p{
    margin:5px 0px;
}

.kanren ul li a{
    float:right;
}

.pagetop{
    text-align:right;
    padding:10px 0px 0px;
}

.btn_edit{
    text-align: right;
    margin-top:5px;
}

.mb5{
    margin-bottom:5px;
}

table.thcenter th{
    text-align:center!important;
}

table.green{
    width:100%;
    margin-top:15px;
}

table.green input[type="text"]{

    width:70%;

}

table.green p{
    padding:5px;
}
table.green th{
    background:#D9EEEA;
    text-align: left;
}

table.green th,table.green td{
    border:1px solid #79C5BA;
    padding:10px;
}

table.green textarea{
    margin:0px;
}

dl.normal{
    width:100%;
    margin-top:15px;
    overflow:hidden;
}

dl.normal input{
    width:70%;
}

dl.normal dt{
    width:20%;
}
dl.normal dd{
    width:70%;
}

dl.normal dt,dl.normal dd{
    padding:10px;
    text-align:left;
    float:left;
}

ul.login{
    overflow: hidden;
    margin-top:15px;
}

ul.login li{
    width:48%
}

ul.login li.left{
    float:left;
}

ul.login li.right{
    float:right;
}

ul.login li P{
    padding:0px 10px 5px;
}

ul.login input{
    width:90%;
    margin-bottom:5px;
    margin-left:10px;
}

.pd15{
    padding:15px;
}

.pdlr0{
    padding-left:0px !important;
    padding-right:0px !important;
}

dl.email_form{
    padding:10px;
    background:#D9EEEA;
    overflow: hidden;
}

dl.email_form dt{
    width:20%
}
dl.email_form dd{
    width:75%
}

dl.email_form dt,dl.email_form dd{
    float:left;
}

dl.email_form input{
    width:80%;
}


ul#mypagetab{
    overflow: hidden;
    margin-top:20px;
    margin-left:15px;
}
ul#mypagetab li{
    float:left;
    background-color:#ddd;
    font-size:12px;
    width:80px;
    padding:8px 10px;
    text-align:center;
    margin-right:5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;    /* Safari,Google Chrome用 */  
    -webkit-border-top-right-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius-topleft: 4px;   /* Firefox用 */	
    -moz-border-radius-topright: 4px;   /* Firefox用 */	
    background-image:url(/img/ya1.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-background-size: 6px 8px;
    background-size: 6px 8px; 
    
}

ul#mypagetab li.partner{
    width:120px;
}

ul#mypagetab li a{
    display: block;
}

ul#mypagetab li.present{
    background-color:#79C5BA;
    color:#fff;
    background-image:url(/img/ya2.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-background-size: 8px 6px;
    background-size: 8px 6px;
}

ul#mypagetab li.present a{
    color:#fff;
}

#mypage{
    position: relative;
}

#mypagetab > li > ul {
    display:none;
    position: absolute;
    z-index:10;
    top:35px;
    left:0px;
    width:150px;
    margin-left:15px;
    overflow:hidden;
}

ul#mypagetab li ul.submenu {
    background: #eee;
}

ul#mypagetab li ul.submenu li{
    border-radius:0px !important;
    width:120px;
    text-align: left;
    padding-left:20px;
    background-color:#eee;
    border-bottom:1px solid #ccc;
}

ul#mypagetab li ul.submenu li a{
    color:#333 !important;
}

#mypagetab > li > ul.mlsubmenu2{
    margin-left:120px;
}


#mypage {
    z-index: 1;
}

#mypagetab {
    z-index: 5;
}

#mypagetabarea{
    z-index: -1;
    background-color:#D5EEEA;
    margin-left:15px;
    padding:20px;
    padding-bottom:0px;
}

#mypagetabarea h3{
    background:url(/img/mypagetitleicon.png) no-repeat left center;
    padding-left:20px;
    font-size:14px;
    -webkit-background-size: 13px 13px;
    background-size: 13px 13px;
}
.notag{
    padding:0px !important;
    border:none !important;
    margin:0px !important; 
}

.mypagetabareacontents{
    background:#fff;
    padding:10px !important;
    border:none !important;
    margin:10px 0px 0px !important; 
}

.mypagetabareacontents ul.categorylist{
    overflow:hidden;
    padding-left:15px;
}
.mypagetabareacontents ul.categorylist li{
    width:50%;
    float:left;
    list-style-type: disc;
}

.mypagetabareacontents p img{
    float:right;
    margin-left:15px;
}

.mypagetabareacontents ul.catelist li{
    overflow: hidden;
    padding:10px 5px;
}

.txtr{
    text-align: right;
}

h3.nobg{
    background:none !important;
    padding-left:0px !important;
}

.pb15{
    padding-bottom:15px;
}

.bbd{
    border-bottom:1px dotted #777;
}

.mypagetabfoot{
    margin-left:15px;
}

.pd5{
    padding:5px;
}

.myarea{
    overflow:hidden;
}

.myarea .face{
    float:left;
    width:83px;
    text-align: center;

}

.myarea .mydata{
    float:right;
    width:82%;

}

.myarea .mydata .datalist{
    background:#fff;
    height:70px;
    border-radius:5px;
    padding:10px;
}
.myarea .mydata dl{
    overflow: hidden;
    margin-top:5px;
}

.myarea .mydata dt, .myarea .mydata dd{
    float:left;
    padding:1%;
}

.myarea .mydata dt{
    width:31%;
    padding-left:5%
}

.myarea .mydata dt.q_cnt{
    background:url(/img/mark_q.png) no-repeat left center;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;    
}
.myarea .mydata dt.a_cnt{
    background:url(/img/mark_e.png) no-repeat left center;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;    
}
.myarea .mydata dt.t_point{
    background:url(/img/mark_h.png) no-repeat left center;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;    
}
.myarea .mydata dt.u_point{
    background:url(/img/mark_p.png) no-repeat left center;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;    
}

.myarea .mydata dd{
    width:10%;
}

#mypagetabarea td{
    background:white;
}

#mypagetabarea .center{
    margin-bottom:0px;
}

h3.leave{
    font-size:15px;
    padding:0px 0px 30px;
}

.p10{
    font-size:10px;
}

ul.point{
    overflow: hidden;
}

ul.point li{
    width:48%;
    padding:1%;
    overflow:hidden;
    float:left;
}

ul.point li .photo{
    width:110px;
    float:left;
}

ul.point li .txt{
    width:56%;
    float:right;

}

ul.point li .txt h4{
    padding:3px;
    background:#82C5B9;
    color:#fff;
    margin-bottom:3px;
}

ul.point li .txt h5{
    padding:3px 0px;

}

table.notabletag{
    border:none;
    width:100%;
}

table.notabletag th{
    background:#fff;
    width:35%;
    border:none;

    vertical-align: text-top;
}

table.notabletag td{
    background:#fff;
    width:65%;
    border:none;
}

table.notabletag td input[type="text"]{
    width:100%
}

input.zip1{
    width:10% !important;
}

input.zip2{
    width:15% !important;
}

.campaign{
    overflow: hidden;
}

.campaign .photo{
    width:180px;
    float:left;
}

.campaign .txt{
    width:67%;
    float:right;

}

.campaign .txt h4{
    padding:5px;
    border-bottom:1px #79C5BA dotted;
}

.campaign_detail{
    padding:10px;
    border:1px #79C5BA solid;

}

.myarea .other{
    background:url(/img/fukidashi_ya.png) no-repeat left center;
    width:85%;
}

.myarea .other .datalist{
    margin-left:15px;
    height:auto;
}

.myarea .other .datalist h4{
    background:url(/img/profile_other_icon.png) no-repeat left center; 
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
    font-size:14px;
    border-bottom:1px #79C5BA dotted;
    padding:5px;
    padding-left:20px;
    margin-bottom:10px;
}

.bbgreen{
    padding-bottom:15px;
    border-bottom:1px solid #79C5BA;
}

.other_data{
    border-top:1px solid #fff;
}

.other_data dl{
    overflow:hidden;
}

.other_data dt,.other_data dd{
    padding:2%;
    border-bottom:1px #666 dotted;
}

.other_data dt{
    width:30%;
    float:left;    
    font-weight:bold;
}

.other_data dd{
    width:62%;
    float:left;
}

.other_data dd.half{
    width:12%

}

.special{
    padding:10px;
    border-bottom:1px #666 dotted;
    overflow: hidden;
}

.special h3{
    font-size:15px;
    padding:10px 0px;
    color:#79C5BA;
}
.special .photo{
    width:270px;
    float:left;
}

.special .txt{
    width:55%;
    float:right;

}

.special_detail{
    padding:10px;
}

.special_detail h3{
    font-size:15px;
    padding:10px 0px;
}
.special_detail .photo img{
    width:100%;
}

.special_detail .txt p{
    margin-top:15px;

}

.newentry{
    margin-top:15px;
}
.newentry h3{
    border-bottom:2px #79C5BA solid;
    margin-bottom:1px;
    font-size:14px;
    padding:5px;
}

.newentry ul{
    border-top:1px #79C5BA solid;
}

.newentry ul li{
    border-bottom:1px #79C5BA dotted;
    padding:10px;
}

.archive_month{
    margin-top:15px;
}
.archive_month h3{
    border-bottom:2px #79C5BA solid;
    margin-bottom:1px;
    font-size:14px;
    padding:5px;
}

.archive_month .select_month{
    border-top:1px #79C5BA solid;
}

.select_month select{
    margin-top:15px;
    width:100%;
    padding:5px;
}

.contact th{
    width:30%
}


.injustice{
    padding:10px;
    border-bottom:1px #666 dotted;
}

.injustice p{
    margin-top:15px;
}

.injustice_exp{
    padding:10px;
}

.injustice_exp h3{
    margin-top:15px;
}

.injustice_exp p{
    margin-top:15px;
}


.injustice_exp input{
    width:50%;
    margin-left:1em;
}

.injustice_exp textarea{
    width:95%;
    margin:0px;
}

.privacy,.rules{
    padding:10px;
}

.privacy p,.rules p{
    margin-top:15px;
}

.privacy ul{
    padding-left:1.5em;
}
.privacy ul.num li{
    list-style-type: decimal;
}

img.rbtn{
    margin-left:10px;
}


#login{
    border:2px solid #333;
    height:296px;
}

#login p{
    padding: 10px 10px 0px;
}

#login dl{
    overflow:hidden;
    padding:10px;
}

#login dl dt{
    width:50%;
    padding:2%;
    padding-left:8%;
    float:left;
}

#login dl dd{
    width:36%;
    padding:2%;
    float:right;
    text-align:right;
    font-size:10px;
}

#login dl dt.q_cnt{
    background:url(/img/mark_q.png) no-repeat left center;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;    
}
#login dl dt.a_cnt{
    background:url(/img/mark_e.png) no-repeat left center;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;    
}

#login .point{
    padding:10px;
    text-align: center;
}

#login .point img{
    margin-top:-4px;
}

#login .logout_btn{
    background:url(/img/logout_back.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align:center;
    height:76px;
}

#login .logout_btn img{
    margin-top:15px;
}

.fs18{
    font-size:18px;
}

.fs10{
    font-size:10px;
}

.fs14{
    font-size:14px;
}

h2.blue_title{
    font-size:16px;
    background:#6EC6BB;
    padding:10px 5px 6px 10px;
    border-bottom:4px solid #323232;
    color:#fff;

}

.about{
    overflow:hidden;
    padding:10px;
}

.about .pic{
    float:left;
    width:311px;
}

.about .txt{
    float:right;
    width:310px;
}

.about .txt p{
    margin-top:10px;
}

.btn_right{
    text-align: right;
    padding-top:10px;
}

h3.title{
    clear:both;
    border-left:5px solid #6EC6BB;
    margin-top:30px;
    margin-left:5px;
    padding:8px 0px 8px 10px;
    font-size:14px;
}

.wecan{
    overflow:hidden;
    padding:10px;    
}

.wecan h4{
    color:#2A82D8;
    padding:5px;
    border-bottom:1px dotted #343434;
    clear:both;
}

.wecan .exp{
    overflow:hidden;
    margin-top:15px;

}

.wecan .exp .pic{
    float:left;
    width:180px;
}

.wecan .exp .txt{
    float:right;
    width:440px;
}

.wecan .exp .txt p{
    margin-top:10px;
}

.elementary{
    margin-top:15px;
    padding:10px;
    overflow:hidden;
}

.elementary .pic{
    float:left;
    width:162px;
}

.elementary .txt{
    float:right;
    width:450px;
}

.elementary p{
    margin-top:10px;
}


.elementary ul{
    clear:both;
    overflow:hidden;
}

.elementary ul li{
    width:180px;
    float:left;
    margin:0px 15px;
}

.elementary ul li p{
    border-top:2px #79C5BA solid;
    padding-top:10px;
}


.elementary .exp{
    clear:both;
    overflow:hidden;
    border-bottom:1px dotted #777;
    margin-bottom:15px;
    padding-bottom:15px;
}

.elementary .ct{
    text-align:right;
}


.elementary ul.list li{
    width:auto;
    list-style-type: disc;
    margin-left:15px;
}

.elementary .blue_bk{
    background:#D5EEEA;
    padding:15px;
    margin-top:15px;
}

.elementary .exp .pstep{
    width:10%!important;
}

.elementary .exp .pstep img{
    width:47px!important;
}


.elementary .exp .ptxt{
    width:85%!important;
}

.elementary .plan{
    border-top:1px solid #fff;
    overflow:hidden;
}

.elementary .plan .planlist{
    background:#fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */    
    width:40%;
    margin-left:4%;
    float:left;
    margin-top:15px;
    padding:2%;
}

.elementary .plan .planlist h3{
    font-size:14px;
}

.elementary .plan .planlist ul{
    margin:5px 0px;
}
.elementary .plan .planlist ul li{
    width:100%;
    padding:5px 0px;
    list-style-type: disc;
}


ul.elementary_top{
    overflow:hidden;
}

ul.elementary_top li{
    width:290px;
    float:left;
    margin-top:20px;
}


ul.elementary_top li p{
    border-top:none;
    margin-top:0px;
}

#register_content img {
    max-width: 100%;
}

/*Phonesonly__________________________________________________________________________________________________________ */
@media screen and (max-width : 767px){

    * { -webkit-text-size-adjust: none; }


    header{
        width:100%;
        padding:10px 0px;
        text-align:center;
    }

    header .logo{
        width:100%;
        float:none;
    }

    header .logo img{
        float:none;

    }

    header .logo h2{
        float:none;
        margin-left:0px;
        margin-top:5px;
    }
    header .logo .copy{
        float:none;
        margin-left:0px;
        margin-top:5px;
    }    

    header .home h1{
        float:none;
        margin-left:0px;
        margin-top:5px;
    }
    header nav{
        margin:5px auto 0px;
        float:none;
        width:305px;	
    }

    header nav ul{
        margin-top:10px;
    }

    header nav ul li{
        text-align:left;
        padding:5px 5px 5px 0px;
    }

    header nav ul li a{
        margin-left:25px;
    }


    nav.main{
        width:100%;
        padding:5px 0px;
    }



    footer{
        width:100%;
        padding:10px 0px;
    }

    footer a{
        font-size:9px;
    }

    article{
        width:100%;
        padding:20px 0px;
    }

    section.left{
        width:96%;
        padding:0% 2%
    }

    section.right{
        width:96%;
        padding:0% 2%
    }

    nav.main{
        padding:0px;
    }
    nav.main ul li{
        width:100%;
        text-align:left;
        border-bottom:1px solid #000;
        border-top:1px solid #666;

    }

    nav.main ul li a{
        display: block;
        padding-top:10px;
        padding-bottom:10px;        
    }
    nav.main ul li.line{
        background:none;
    }

    nav.main ul li.on{
        background-image:url(/img/navi_back.png);
        background-repeat:repeat-x;
        background-position: center center;
    }

    nav.main img{
        margin-left:20px;
    }

    #pickup{

    }
    #pickup .photo{
        float:none;
        width:100%;
    }

    #pickup .txt{
        float:none;
        width:100%;
    }

    ul.cate {
        margin-top: 5px;
        overflow: hidden;

        margin-left:10px;
    }

    ul.cate li {
        line-height: 2em;
        padding: 0 20px 0 15px;
    }

    #tabarea {
        margin:0;
    }

    ul#tab {
        margin-top: 20px;
        margin-left:0px;
        overflow: hidden;
    }

    ul#tab li {
        font-size: 10px;
        margin-right: 5px;
        padding: 10px 5px;
        text-align: center;
        width:auto;
    }

    #tabarea dt {
        padding: 0px 5px;;
        width:inherit;
        float:none;
        border:none;
    }

    #tabarea dd {
        border-bottom: 1px dotted #333333;
        float: none;
        padding: 5px 5px;
        width:inherit;
        margin-bottom:5px;
    }

    #regist {
        border: 2px solid #333333;
        margin-top:20px;
    }

    #login {
        border: 2px solid #333333;
        margin-top:20px;
    }    

    input.keyword{
        width:60%;	
    }

    #tabarea dd .q_data{
        font-size:10px;
    }



    #tabarea dl.ver2 dd.active{
        background:url(/img/icon_active.png) no-repeat right 3px;
        -webkit-background-size: 50px 24px;
        background-size: 50px 24px;
    }

    #tabarea dl.ver2 dd.end{
        background:url(/img/icon_end.png) no-repeat right 3px;
        -webkit-background-size: 50px 24px;
        background-size: 50px 24px;
    }

    .q_area{
        padding:10px 5px;
    }

    .q_area .face{
        float:left;
        width:30%;
        text-align: center;
    }

    .q_area .face img{
        margin:5px 0px;
    }
    .q_area .q_text{
        float:right;
        width:70%;
    }

    .q_area .q_text dl dt{
        width:100%;
        float:left;
    }
    .q_area .q_text dl dd{
        width:100%;
        float:right;
        padding-top:10px;
    }


    .q_area .q_text h3 img{
        margin:10px 0px;
    }


    .a_area{
        padding:10px 5px;
    }

    .a_area .face{
        float:left;
        width:30%;
        text-align: center;
    }

    .a_area .face img{
        margin:5px 0px;
    }
    .a_area .a_text{
        float:right;
        width:70%;
    }

    .a_area .a_text dl dt{
        width:100%;
        float:left;
    }
    .a_area .a_text dl dd{
        width:100%;
        float:right;
        padding-top:10px;
    }


    .return .pagenation dt{
        width:100%;
        float:left;
        border:none;
        padding:10px 0px;
    }


    .return .pagenation dd{
        width:100%;
        float:right;
        border:none;
        text-align:left;
        padding:10px 0px;
    }

    .useful dt{
        width:100%;
        float:left;
        font-weight: bold;

    }

    .useful dd{
        width:100%;
        float:right;
        padding: 5px 0px;

        text-align:left;
    }

    .btn_return{
        width:290px;
    }


    .kanren ul li{
        width:100%;
    }

    dl.normal dt{
        width:100%;
    }
    dl.normal dd{
        width:100%;
    }

    dl.normal dt,dl.normal dd{
        padding:5px;
        text-align:left;
        float:left;
    }

    ul.login li{
        width:100%
    }

    dl.email_form dt{
        width:100%
    }
    dl.email_form dd{
        width:100%
    }

    #mypagetabareacontents ul.categorylist li{
        width:100%;
        float:left;
        list-style-type: disc;
    }

    ul#mypagetab{
        overflow: hidden;
        margin-top:20px;
        margin-left:0px;
    }

    #mypagetabarea{
        margin-left:0px;
    }

    .mypagetabfoot{
        margin-left:0px;
    }


    ul#mypagetab li{
        width:100%;
        font-size:11px;
        padding:5px;
        padding-left:20px;
        border-bottom:1px solid #ccc;
        text-align:left;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        -webkit-border-top-left-radius: 0px;    /* Safari,Google Chrome用 */  
        -webkit-border-top-right-radius: 0px;    /* Safari,Google Chrome用 */  
        -moz-border-radius-topleft: 0px;   /* Firefox用 */	
        -moz-border-radius-topright: 0px;   /* Firefox用 */
        background-position: 10px 15px;

    }
    


ul#mypagetab li.present{
    background-position: 10px 15px;
}    

    ul#mypagetab li.partner{
        padding:5px;
        padding-left:20px;
        width:100%;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        -webkit-border-top-left-radius: 0px;    /* Safari,Google Chrome用 */  
        -webkit-border-top-right-radius: 0px;    /* Safari,Google Chrome用 */  
        -moz-border-radius-topleft: 0px;   /* Firefox用 */	
        -moz-border-radius-topright: 0px;   /* Firefox用 */	
    }

    #mypagetabarea{
        padding:10px;
        padding-bottom:0px;
    }


    .mypagetabareacontents{
        margin-top:10px;
        padding:10px !important;
    }

    .mypagetabareacontents p img{
        width:30%;
    }

    .mypagetabareacontents ul.catelist li img{
        float:none;
        margin-bottom:5px;
    }

    .myarea .mydata{
        width:100%;
        margin-top:10px;

    }

    .myarea .mydata dt, .myarea .mydata dd{
        float:left;
        padding:1%;
    }

    .myarea .mydata dt{
        width:71%;
        padding-left:10%
    }
    .myarea .mydata dd{
        width:15%;
        text-align:left;
    }

    .myarea .mydata .datalist{
        background:#fff;
        height:auto;
        border-radius:5px;
        padding:10px;
    }
    .myarea .mydata dl{
        overflow: hidden;
        margin-top:0px;
    }

    ul.point li{
        width:98%;
    }

    ul.point li .photo{
        width:30%;
        text-align:center;
    }

    ul.point li .txt{
        width:68%;

    }

    ul.point li .photo img{
        width:100%;
    }

    .campaign .photo{
        width:100%;
        text-align:center;
    }

    .campaign .txt{
        width:100%;
        float:left;
        margin-top:15px;
    }
    .myarea .other{
        background:none;
    }

    .myarea .other .datalist{
        margin-left:0px;
        height:auto;
    }


    .other_data dt{
        width:100%;
        border:none;
        padding:1%;
    }
    .other_data dd{
        width:100%;
        padding:1%;

    }
    .other_data dd.half{
        width:100%

    }



    .special .txt{
        width:100%;
        margin-top:15px;

    }

    img.rbtn{
        margin-top:10px;
    }

    #login{
        height:auto;
    }

    .about .pic{
        width:100%;
    }

    .about .pic img{
        width:100%;
    }
    .about .txt{
        width:100%;
    }

    .wecan .exp .pic{
        width:100%;
    }

    .wecan .exp .txt{
        width:100%;
    }

    .about{
        padding:0px;
    }

    .wecan{
        padding:0px;
    }

    .elementary{
        padding:0px;
    }
    .elementary .center img{
        width:100%;
    }

    .elementary ul{
        clear:both;
        overflow:hidden;
    }

    .elementary ul li{
        width:31%;
        float:left;
        margin:0px 1%;
    }

    .elementary ul li img{
        width:100%;
    }

    .elementary .pic{
        float:left;
        width:100%;
        overflow:hidden;
    }

    .elementary .pic img{
        float:left;
    }

    .elementary .txt{
        float:right;
        width:100%;
    }

    .ml15{
        margin-left:5px;
    }

    .elementary .exp .pstep{
        width:100%!important;
    }


    .elementary .exp .ptxt{
        width:100%!important;
    }

    .elementary .plan .planlist{
        width:86%;
        margin-left:5%;
    }

    .elementary .plan .planlist ul{
        padding-left:15px;
    }

    .elementary .blue_bk img{
        width:90%;
    }

    .elementary .el_btn img{
        width:45%;
    }

    #mypagetab li a{
        padding-top:5px;
        padding-bottom:5px;
    }
    
#mypagetab > li > ul {
    margin-left:0px;
    position: static;
    z-index:1;
    width:100%;    
    margin-bottom: -5px;
    margin-left: -20px;
}

ul#mypagetab li ul.submenu li{
    width:100%;
       
}

#mypagetab > li > ul.mlsubmenu2{
    margin-left:-20px;
}

.q_area .q_text h3{
    width:100%;
}


ul.elementary_top{
    overflow:hidden;
}

ul.elementary_top li{
    width:100%;
    margin-top:20px;
}

ul.elementary_top li img{
    width:98%
}


ul.elementary_top li p{
    border-top:none;
    margin-top:0px;
}

}/*/mediaquery*/

/* Tablets & small desktops only__________________________________________________________________________________________________________ */
@media screen and  (min-width: 768px) and (max-width: 979px) {

    * { -webkit-text-size-adjust: none; }


    header{
        width:100%;
        padding:10px 0px 5px;
    }

    header .logo{
        padding:10px 20px;
        width:280px;
    }

    header .logo img{
        float:none;

    }

    header .logo h2{
        float:none;
        margin-left:0px;
        margin-top:5px;
    }

    header .logo .copy{
        float:none;
        margin-left:0px;
        margin-top:5px;
    }

    header .home h1{
        float:none;
        margin-left:0px;
        margin-top:5px;
    }    
    header nav ul{
        padding:10px 20px;
        margin-top:65px;
    }

    header nav ul.top{
        margin-top:65px;
    }

    header nav ul li{
        text-align:left;
        padding:5px 5px 5px 0px;
    }

    header nav ul li a{
        margin-left:25px;
    }


    nav.main{
        width:100%;
        padding:5px 0px;
    }

    footer{
        width:100%;
        padding:10px 0px;
    }


    article{
        width:100%;
        padding:20px 0px;
    }

    section.left{
        width:60%;
        padding:0% 2%;
    }

    section.right{
        width:34%;
        padding:0% 2% 0% 0%;
    }

    nav.main{
        padding:0px;
    }

    #pickup .photo{
        width:100%;
    }

    #pickup .txt{
        width:100%;
    }

    #tabarea {
        margin:0%;
    }

    ul#tab {
        margin-top: 20px;
        margin-left:0%;
        margin-right:0%;
    }

    input.keyword{
        width:60%;	
    }

    #regist {
        height: auto;
        padding-bottom:20px;
    }

    #login {
        height: auto;
        padding-bottom:20px;
    }    

    #tabarea dt {
        padding: 0px 5px;;
        width:inherit;
        float:none;
        border:none;
    }

    #tabarea dd {
        border-bottom: 1px dotted #333333;
        float: none;
        padding: 5px 5px;
        width:inherit;
        margin-bottom:5px;
    }

    .btn_return{
        width:302px;
    }

    .useful dt{
        width:100%;
        float:left;
        font-weight: bold;

    }

    .useful dd{
        width:100%;
        float:right;
        padding: 5px 0px;

        text-align:left;
    }

    ul.point li{
        width:98%;
    }    

    ul.point li .photo{
        width:30%;
        text-align:center;
    }

    ul.point li .photo img{
        width:100%;
    }

    ul.point li .txt{
        width:68%;

    }

    ul#mypagetab{
        margin-left:0px;
    }
    ul#mypagetab li{
        float:left;
        background-color:#ddd;
        font-size:10px;
        width:60px;
        padding:8px 10px;
        text-align:center;
        margin-right:5px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        -webkit-border-top-left-radius: 2px;    /* Safari,Google Chrome用 */  
        -webkit-border-top-right-radius: 2px;    /* Safari,Google Chrome用 */  
        -moz-border-radius-topleft: 2px;   /* Firefox用 */	
        -moz-border-radius-topright: 2px;   /* Firefox用 */	
        background-image:url(/img/ya1.png);
        background-repeat: no-repeat;
        background-position: 5px center;
        -webkit-background-size: 6px 8px;
        background-size: 6px 8px;    
    }

    ul#mypagetab li.present{
        background-position: 5px center;
    }
    ul#mypagetab li.partner{
        width:90px;
    }
    
#mypagetab > li > ul {
    margin-left:0px;
}

ul#mypagetab li ul.submenu li{
    width:100px;
}

#mypagetab > li > ul.mlsubmenu2{
    margin-left:85px;
}
    

    #mypagetabarea{
        margin-left:0px;
    }
    .mypagetabfoot{
        margin-left:0px;
    }

    .campaign .photo{
        width:30%;
    }

    .campaign .photo img{
        width:100%;
    }

    #mypagetabarea{
        padding:10px;
        padding-bottom:0px;
    }

    .myarea .mydata{
        float:right;
        width:78%;

    }

    .other_data dt{
        width:100%;
        border:none;
        padding:1%;
    }
    .other_data dd{
        width:100%;
        padding:1%;

    }
    .other_data dd.half{
        width:100%

    }

    .special .txt{
        width:100%;
        margin-top:15px;

    }

    .about .pic{
        width:100%;
    }

    .about .txt{
        width:100%;
    }

    .wecan .exp .pic{
        width:100%;
    }

    .wecan .exp .txt{
        width:100%;
    }

    .elementary .center img{
        width:100%;
    }

    .elementary{
        padding:0px;
        overflow:hidden;
    }

    .elementary .pic{
        float:left;
        width:20%
    }

    .elementary .pic img{
        width:100%
    }

    .elementary .txt{
        float:right;
        width:75%
    }




    .elementary ul{
        clear:both;
        overflow:hidden;
    }

    .elementary ul li{
        width:31%;
        float:left;
        margin:0px 1%;
    }

    .elementary ul li img{
        width:100%;
    }

    .elementary .blue_bk img{
        width:90%;
    }

    .elementary .plan .planlist ul{
        padding-left:15px;
    }


    .elementary .el_btn img{
        width:45%;
    }

    .q_area .q_text h3{
        width:100%;
        margin-bottom:10px;
    }
    
ul.elementary_top{
    overflow:hidden;
}

ul.elementary_top li{
    width:43%;
    margin-top:20px;
    padding:0% 2%;
}

ul.elementary_top li img{
    width:100%
}


ul.elementary_top li p{
    border-top:none;
    margin-top:0px;
}    

}



/** added **/
ul#tab li {
    cursor: pointer;
}

ul#tab li.on {
    background: #333333;
    color: #fff;
}

#gsign {
    margin-top: 24px;
    text-align: center;
}

ul#mypagetab li ul.submenu li:hover {
    background-color: #ccc;
}

p.title {
    font-weight: bold;
    margin: 8px 0;
}

.q_area .face {
    width: 18%;
}

.q_area .q_text {
    float: left;
    width: 80%;
    margin-right: 2%;
}

.q_area .q_text p {
    line-height: 1.6;
}


.a_text .rei h3 {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 0;
}

.special_detail a, .special a {
    color: #FE5F11;
}

.qaText {
    width: 100%;
    margin-right: -50px;
    float: left;
}

.qaIn {
    margin-right: 50px;
}

.qaImg {
    width: 50px;
    float: right;
}

.inline {
    display: inline;
}

.alignRight {
    text-align: right;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.mb10 {
    margin-bottom:10px;
}

.mb15 {
    margin-bottom:15px;
}

.mb20 {
    margin-bottom:20px;
}

.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

div.face img {
    max-width: 90%;
}

span.bookmark img {
    cursor: pointer;
}

div#social div.fb {
    width: 104px;
    float: left;
}

div#social div.hatena {
    width: 112px;
    float: left;
}

div#social div.tw {
    width: 96px;
    float: left;
}

div#social div.gp {
    width: 64px;
    float: left;
}

ul.point li {
    width: 47%;
}

.mypagetabareacontents ul.catelist li img {
    vertical-align: top;
    margin-right: 4px;
}

.mypagetabareacontents ul.catelist li img.im{
    float:left;
    width:93px;
    margin-right:10px;
}

ul.btn li.thanked{
    background:url(/img/heart_back_freeze.png) no-repeat;
    -webkit-background-size: 110px 26px;
    background-size: 110px 26px;
    border:none;
    margin-top:15px;
    width:110px;
    height:26px;
    float:left;
    line-height: 2.2em;
}

div.banner img {
    border: 1px solid #ccc;
}

ul.elementary_top li {
    height: 180px;
}

ul.elementary_top div.classBox {
    float: left;
    height: 180px;
    width: 290px;
}

ul#tab li.indexTab:hover {
    background: #333;
}

ul#tab li.indexTab:hover a {
    color: #fff;
}

ul.point div.photo div {
    text-align: center;
    height: 110px;
}

ul.point div.photo div img {
    max-width: 110px;
    max-height: 110px;
}

div.kanren ul li div {
    text-align: center;
}

div.kanren ul li div img {
    max-width: 110px;
    max-height: 110px;
}

p.more {
    text-align: right;
    padding: 16px 8px 4px;
    font-weight: bold;
}

#mypagetabarea {
    position: relative;
}

#search {
    position: absolute;
    right: 20px;
}

span.editNote {
    color: #f00;
    display: none;
}

div#strongArea {
    margin: 16px;
}

ul#sitemap {
    margin: 16px;
}
ul#sitemap li {
    margin-left: 24px;
    list-style-type: disc;
}

div.elementary_qa {
    margin-top: 16px;
}

div.elementary_qa h3 {
    margin: 16px 0;
}

div#qaHead {
    padding: 12px 8px;
    border: 1px solid #6EC6BB;
}

div#qaHead a {
    display: inline-block;
    width: 22%;
}

div#qaHead a.l {
    width: 32%;
}

div#qaHead img {
    vertical-align: middle;
    margin-top: -3px;
}

p.switch {
    margin: 8px;
    background: url(/img/elementary/q.png) no-repeat left top;
    padding: 2px 8px 8px 28px;
    text-decoration: underline;
}

div.answer {
    display: none;
    margin: 16px;
    padding: 8px;
    background: #ffd;
}

div.answer p {
    background: url(/img/elementary/a.png) no-repeat left top;
    padding: 2px 8px 2px 28px;
}

p.rightContent {
    text-align: right;
    margin-top: 4px;
    margin-right: 8px;
}

p.rightContent a {
    color: #f9c;
    text-decoration: underline;
}

p.rightContent a.bl {
    color: #69f;
}

p.rightContent img {
    vertical-align: middle;
    margin-top: -3px;
}

.elementary_qa .switch {
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    div#social div.fb {
        width: 104px;
    }

    div#social div.hatena {
        width: 112px;
        float: none;
        display: none;
    }

    div#social div.tw {
        width: 96px;
    }

    div#social div.gp {
        width: 64px;
        float: none;
        display: none;
    }

	/*20150327追記*/
	.fumufumuabout ul {
		margin:0 0 0 5%;
	}
}

/* enquete */
div#enquete {
    margin: 0 16px;
}

div#enquete p.a,
div#enquete div.aBox {
    margin: 0 0 0 16px;
}

div#enquete div.qBox {
    margin-top: 16px;
}

div#enquete div.qBoxChild {
    margin-bottom: 16px;
}

div#enquete div.button {
    margin: 16px 0;
    text-align: center;
}

div#enquete div.button input {
    padding: 8px 16px;
    margin: 0 4px;
}

div#enquete textarea {
    margin: 0;
}

div#enquete input[type="radio"],
div#enquete input[type="checkbox"] {
    vertical-align: top;
}

div#enquete div.ageQ {
    margin: 0 0 0 24px;
    display: none;
}

div#enquete div.note {
    padding: 12px;
    margin: 24px 0;
    border: 1px dotted #999;
}


/* wp */
div.newentry a {
    color: #fe5f11;
    text-decoration: underline;
}

/* strong */
div.str {
    margin: 8px 0 0 20px;
}

div.str strong {
    font-weight: normal;
}

/* addText */
div.addText {
    margin: 15px 0 15px 15px;
    padding: 15px;
    border: 1px solid #ccc;
}

/* */

div#itemBanner p {
    margin-bottom: 10px;
}

div#itemBanner p span {
    font-weight: bold;
}


/*20150327追記*/
.red {
	color:red;
}

.decimal li {
    list-style-type: decimal;
}

.disc li {
	list-style-type:disc;
}

.fumufumuabout {
	margin:12px 0 0 0;
	padding:0 1.5%;
}

.fumufumuabout h4 {
	background:#FFF4D5;
	margin:0 0 15px 0;
    color:#2A81D8;
    padding:2px 10px;
}

.fumufumuabout ul {
	margin:0 0 0 3%;
}

.fumufumuabout a {
	color:#FF9226;
	text-decoration:underline;
}

.fumufumuabout .intro {
	margin:0 0 35px 0;
}

.fumufumuabout .accordion {
	margin:0 0 40px 0;
}

.fumufumuabout .arrow {
	margin:0 0 19px 0;
	max-width:100%;
	height:auto;
}

.fumufumuabout .about_image {
	margin:0 0 20px 0;
	max-width:100%;
	height:auto;
}

.fumufumuabout .aboutcontents p {
	margin:0 0 8px 0;
}

.ac {
	text-align:center;
}

div.accordion .switch {
    background:url(/img/about/fumufumuabout_open.png) center no-repeat;
    height:40px;
	margin:15px 0 40px 0;
	cursor:pointer;
}

div.accordion .switch.open {
    background:url(/img/about/fumufumuabout_close.png) center no-repeat;
}

div.accordion .aboutcontents {
	display:none;
}
