@charset "utf-8";
/* CSS Document */

html{
    font-size: 62.5%;
}

* {
  margin:0;
  padding:0;
  list-style-type: none;
  color: #666666;
  font-size: 100%;
}

body{
    text-align:left;
    font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:16px;
	padding:45px 0 0;
}


/******************************/
/* common */


.clear{
    clear:both;
    display:block;
}

.clear18{
    clear:both;
    height:18px;
}

.clear20{
    clear:both;
    height:20px;
}

.clear30{
    clear:both;
    height:30px;
}

.clear40{
    clear:both;
    height:40px;
}

.clear50{
    clear:both;
    height:50px;
}

.clear60{
    clear:both;
    height:60px;
}

a:link {
  text-decoration: underline;
  color: #0099FF;
}
a:visited {
  text-decoration: underline;
  color: #663399;
}
a:hover {
  color: #000000;
}
a:active {
  text-decoration: none;
  color: #000000;
}
table {
  border-collapse:collapse;
}


#h1_wrap{
    position:relative;
	width:960px;
	margin:0 auto;
}


h1{
    color: #222;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    left: 145px;
    text-align: start;
    top: 60px;
}

h1#top{
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    left: 630px;
    text-align: start;
    top: 15px;
}

img {
  border:none;
  line-height: 0px;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}

.float_left{
    float:left;
}

.display_none{
    display:none;
}

.bd0000{
    color:#bd0000;
}

/******************************/
/* header */


#logo{
	display:block;
	width:90px;
	float:left;
	margin:0 25px 0 0;
	padding:2px 0 0;
}

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

#favorit_btn{
    float:left;
    margin:8px 10px 0 0;
    height:22px;
}

#login_btn_header{
}


#top_fb_like_btn{
    float: left;
    margin: 10px 6px 0 0;
}
#header_wrapper{
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 1px 15px #777;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
	height:45px;
}

#header{
    margin:0 auto;
    width:960px;
	position:relative;
	padding:6px 0 0;
}


#info_header{
    float:right;
}

#tel_header{
    float:right;
}


/******************************/
/* menu */


#global_menu_wrapper{
}

#global_menu{
	float:right;
    position: relative;
    width: 840px;
}

.menu_li{
    list-style:none;
    float:left;
}

.menu_li a{
    color: #0041aa;
    display: block;
    float: left;
    font-size: 14px;
    padding: 6px 10px 0;
    text-decoration: none;
}

.menu_li a:hover {
    text-decoration: underline;
}

#head_trial_btn{
    background: none repeat scroll 0 0 #c00;
    border-radius: 5px;
    float: right;
}

#head_trial_btn a{
    color: #fff;
    text-shadow: 0 1px 0 #333;
	padding:5px 20px;
	display:block;
	font-size:14px;
	text-decoration:none;
}
#login{
    float: right;
    padding: 0;
	margin:0 10px 0 0;
}

/*********************/
/* footer */







#footer_wrapper{
    width:100%;
    background:#fff;
    clear:both;
}

#FB_likebox{
    clear: both;
    width: 960px;
    margin:0 auto 20px;
}
._4s7c{
    border-style:none !important;
}
#footer_company_wrapper{
    background:url(../img/common/footer_comp_bg.jpg) repeat;
    clear:both;
    margin:0 auto;
    padding:40px 0;
    text-align:left;
    display:block;
    overflow:hidden;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

#footer_company{
      clear: both;
      width: 960px;
      margin-right: auto;
      margin-left: auto;
      font-size:14px;
}

#footer_company h3{
    background:url(../img/common/ftr_comp_h3_bg.jpg) no-repeat 0 3px;
    font-size:26px;
    font-weight:normal;
    margin:0 0 20px;
    padding:0 0 0 40px;
    font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#footer_company table.table1{
    width:470px;
    float:left;
    margin:0 0 30px;
	text-align:right;
	padding:10px;
}

#footer_company table.table2{
    width:470px;
    float:right;
    margin:0 0 20px;
	text-align:right;
}



#footer_company table td.ttl {
    font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width:140px;
    height:30px;
    margin:0 20px 0 0;
    font-weight:bold;
    line-height:100%;
}

#footer_company table td.about {
    font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    height:30px;
    margin:0 0 0 0;
    line-height:100%;
}

#footer_company .comp_btn {
    clear:both;
    float:right;
    padding:0 0 0 0;
}


#footer_company .comp_btn a{
    background:url(../img/common/ftr_comp_btn.png) no-repeat top;
    display:block;
    width:220px;
    height:40px;
}

#footer_company .comp_btn a:hover{
    background:url(../img/common/ftr_comp_btn.png) no-repeat bottom;
    display:block;
}




#footer{
background:url(../img/common/seibishi.jpg) repeat-x bottom left;
    clear:both;
    margin:0 auto;
    padding:40px 0 60px 0;
    text-align:left;
    display:block;
    overflow:hidden;
}


.footer_navi {
  clear: both;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  border-left:1px solid #ddd;
  margin-bottom:40px;

}
.footer_navi ul {
  display: block;
  width: 129px;
  float: left;
  padding: 0 15px;
  border-right:1px solid #ddd;
  height: 255px;
}



.footer_navi ul li {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  clear: both;
  padding-bottom: 15px;
}
.footer_navi ul .footer_trial a{
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  clear: both;
  color:#669900 !important;
  padding-bottom: 15px;
}
.footer_navi ul li a:link,.footer_navi ul li a:visited {
  color: #000000;
  text-decoration: underline;
}
.footer_navi ul li a:hover,.footer_navi ul li a:active {
  color: #FF9900;
  text-decoration: none;
}
.footer_navi ul li ul {
  clear: both;
  padding:0;
  border:0;

}
.footer_navi ul li ul li {
  background:url(../img/common/footer_arrow_bluegif.gif) no-repeat left 11px;
  font-weight: normal;
  padding-top: 5px;
  clear: both;
  padding-left: 9px;
  margin: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.footer_navi ul li ul li a:link,.footer_navi ul li ul li a:visited {
  color: #666666;
  text-decoration: none;
}
.footer_navi ul li ul li a:hover,.footer_navi ul li ul li a:active {
  color: #000000;
  text-decoration: none;
}



.footer_navi ul li ul li ul {
  clear: both;
  width: 160px;
  padding-left: 10px;
}
.footer_navi ul li ul li ul li {
  font-weight: normal;
  padding-top: 5px;
  clear: both;
  padding-left: 10px;
}
.footer_navi ul li ul li ul li a:link,.footer_navi ul li ul li ul li a:visited {
  color: #666666;
  text-decoration: none;
}
.footer_navi ul li ul li ul li a:hover,.footer_navi ul li ul li ul li a:active {
  color: #000000;
  text-decoration: none;
}

.copy {
    font-size: 14px;
    margin: 0 0 0 20px;
    text-align: center;
    width: 200px;
}


#footer_link{
  width:960px;
  display:block;
  margin: 0 auto 45px auto;
}

.footlink{
  width:100px;
  float:right;
  font-size:12px;

}


/*20140724元兼追記*/

#footer_syde {
    background: none repeat scroll 0 0 #f3f3f3;
    border-radius: 5px;
    margin: 0 auto 15px;
    padding: 10px;
    width: 940px;
}

#footer_syde h2{
    text-shadow: 0 1px 0 #fff;
}
#footer_syde ul {
    display: block;
    margin: 0 auto;
    width: 840px;
}
#footer_syde ul li {
    float: left;
    font-size: 14px;
    margin: 0 20px;
}
#footer_syde p.clear{
    clear:both;
	display:block;
}

/*********************************************************/
/*top page*/
/*********************************************************/
/*  */


/******************************/
/* top_img */


#top_img_wrapper{
    width:100%;
    height:420px;
    background:url(../img/common/main_img_bg.jpg)  repeat-x top center;
    overflow:hidden;
}

#top_img{
    width:960px;
    margin:0 auto;
    position:relative;
    padding:40px 0;
}

#tm_inner{
width:12000px;
margin:0 0 0 -1580px;
}

#tm_inner p{
height:330px;
width:780px;
padding:10px;
top:20px;
float:left;
margin:0 30px 0 0 ;
background: url(../img/top/top_img_bg.png)  no-repeat left top;
float:left;

}

.disnone{
display:none;
}

#tmg{
    position:absolute;
    top:340px;
    left:96px;
    z-index:20;
    display:none;
}

.tm_guide{
    float:left;
}

#top_img_control{
    text-align:center;
    margin:20px 0 30px 0;
}


#tm_left_btn{
    position:absolute;
    /*left:64px;*/
    left:24px;
    top:174px;
    width:60px;
    height:60px;
    display:none;
    }

#tm_right_btn{
    position:absolute;
    /*right:6px;*/
    right:6px;
    top:174px;
    width:60px;
    height:60px;
    display:none;
    }

#tm_left_btn img,#tm_right_btn img{
    cursor:pointer;
    }


#valtm,#valtm_pre{
    display:none;
    }

#top_loader{
    position:absolute;
    top:200px;
    left:400px;
    }


#top_contents_wrapper{
    width:100%;
    padding:0 0 60px 0;
    background:#fc0 url(../img/common/main_contents_wrapper_bg.png) repeat-x top ;
    position:relative;

}


#partner_section {
    margin: 0 0 50px;
    width:670px;
    overflow:hidden;
}

#partner_section a{
  font-size:14px;
}

.top4_left{
  float: left;
  margin: 0 30px 0 0;
  width: 200px;
}


.top4txt {
    clear: both;
    font-size: 80%;
    line-height: 150%;
    margin: 5px 0 0;
}

.top_article{
    margin:0 0 40px 0;
    display:block;
}

.top_article img{
    margin:0;
    padding:0 10px 0 0;
    float:left;
}

.top_article a{
    border-bottom:1px dotted #ccc;
    width:315px;
    height:50px;
    text-decoration:none;
    display:block;
    float:left;
    margin:0 40px 10px 0;
    padding:0;
}

.top_article a span{
    padding:0;
    font-size: 12px;
}


.top_article a.right{
    width:315px;
    height:50px;
    display:block;
    margin:0;
    padding:0;
}

.top_article a.toall{
    float:right;
    border-bottom:none;
    width:315px;
    height:30px;
    text-align:right;
    display:block;
    margin:0;
    padding:10px 0 0;
}


/******************************/
/* top_top */
#top_top{
    width:960px;
    margin:0 auto 60px auto;
}

#top_top_right{
    float:right;
    width:237px;
}

.trial_btn{
    margin:0 0 20px 0;
    display:block;
}

#top_top_right ul{
    background:#fff;
    padding:0 0 40px 0;
}

#top_youtuve{
    float:left;
    margin:0 40px 40px 0;
    }






#top_top_left{
    width:693px;
    padding:0 30px 0 0;
    float:left;
}


.top_block_left{
    width:219px;
    height:154px;
    border:3px solid #36f;
    background:#fff url(../img/top/top_block_bg.png) no-repeat top left;
    margin:0 9px 0 0;
    float:left;
    overflow:hidden;
}

.top_block_right{
    width:219px;
    height:154px;
    border:3px solid #36f;
    background:#fff url(../img/top/top_block_bg.png) no-repeat top left;
    float:left;
    overflow:hidden;
}


#top_top_left h4{
    font-size:18px;
    color:#000;
    background:url(../img/top/top_main_h4_bg.png) no-repeat top left;
    padding:10px 15px;
}

.top_block_content a{
    font-size:12px;
    padding: 20px;
    display:block;
}


.top_block_spacer_left{
    width:225px;
    float:left;
    margin:0 9px 0 0;
}

.top_block_spacer_right{
    width:225px;
    float:left;
}

.top_block_content{
    display:none;
}

#user_link{
    font-size:12px;
    padding:0 10px 0 10px;
}

#user_link dt{
    padding:10px 0 0 0;
}

#user_link dd{
    margin:0 0 5px 0;
}



/******************************/





#top_contents{
    width:100%;
    margin:0 auto;
    background:#fff;
	padding:30px 0;
}


#sub_contents{
    width:954px;
    margin:0 auto;
    background:#fff;
    border:3px solid #36f;
}


#right{
    width:234px;
    float:left;
    padding:20px 0 0 0;
}

.side_margin{
    margin:0 0 20px 0;
}

.side_margin20{
    margin:0 0 20px 0;
}

#left{
    width:670px;
    padding:0 30px 20px;
	margin:0 auto;
}






.top_section{
    margin:0 0 60px 0;
    clear:both;
    padding:0px 0 0 0;
}

#top_contents h3{

    clear: both;
    color: #222;
    display: block;
    font-size: 36px;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 0;
    text-decoration: none;

}

.float_left_img{
    margin:0 40px 0 0 ;
    float:left;
}

.small_link{
    margin:20px 0 0 0;
    display:block;
    text-align:right;
}

.news_base dl dt {
  clear:both;
  color:#FF9900;
  font-size:80%;
  font-weight:bold;
}

.news_base dl dd {
  clear:both;
  font-size:80%;
  line-height:140%;
  margin: -20px 0 5px;
  padding-bottom:10px;
  padding-left:8em;
}


.margin_bottom20{
    margin:0 0 20px 0;
}

.margin_bottom40{
    margin:0 0 40px 0;
}

.content_box_left{
    width:139px;
    margin:0 38px 0 0;
    font-size:14px;
    float:left;
    display:block;
}

.main_section a{
    text-decoration:none;
}

.main_section a:hover{
    text-decoration:underline;
}


.content_box_left span,.content_box_right span{
    font-size:16px;
    text-decoration:none;
    font-weight:bold;
    display:block;
    margin:0 0 5px;
    padding:0;
    clear:both;
}

.content_box_right{
    width:139px;
    margin:0;
    font-size:14px;
    float:left;
    display:block;
}

.content_box_left img,.content_box_right img{
    background:url(../img/common/img_bg133.png) no-repeat top left;
    padding:3px;
    margin:0 0 10px;
}

.next_page_navi{
    display:block;
    background:url(../img/common/next_page_navi_blue.png) no-repeat top left;
    width:630px;
    font-size:20px;
    padding:20px;
    text-align:center;
    margin:0 0 20px 0;
    color:#fff;
}

.next_page_navi:link{
color:#04c;
text-decoration:none;
}


.next_page_navi:visited{
color:#04c;
text-decoration:none;
}

.next_page_navi:hover{
color:#04c;
text-decoration:underline;
}


.next_page_navi_icon{
    display:block;
    text-align:center;
    margin:0 0 10px 0;
}

.pagenavi_section{
    margin:0 auto;
    padding:0 0 40px 0px;
    /*width:300px;*/
    text-align:center;
}

.pagenavi_section a{
    color:#fff;
    text-decoration:none;
    text-align:left;
}

.pagenavi{
    display:block;
    width:25px;
    height:27px;
    background:url(../img/common/pankuzu_bg.png) no-repeat top left;
    float:left;
    padding:8px 0px 8px 15px;
    margin:0 4px 0 0;
    font-size:14px;
    font-weight:bold;
}
.pagenavi2d{
    padding-left: 10px;
    padding-right: 5px;
}
.align_center{
    text-align:center;
}

.align_right{
    text-align:right;
}


/*********************************************************/
/*sub page*/
/*********************************************************/
/*  */

.h2_first_letter{
    color:#BD0000;
}

#pankuzu_upper{
    width:960px;
    margin:0 auto;
    padding:16px 0 13px 0;
    font-size:12px;
    color:#fff;
}

#pankuzu_upper a{
    display: block;
    float:left;
    background:url(../img/common/pankuzu_arrow.png) no-repeat right center;
    padding:0 35px 0 0 ;
    color:#fff;
}


#main_right{
    width:234px;
    float:left;
    padding:0;
}

#gototop{

}

#follow_block{
    /*display:none;*/
}

.follow{
    position:fixed;
    bottom:30px;
    right:0;
}

.follow_sidebar{
    position:fixed;
    bottom:0px;
    right:0;
}



#main_left,#main_left_report{
    width:670px;
    padding:0px 20px 20px 20px;
	margin:0 auto;
}


.menu1{
    /*background:url(../img/common/side/side_menu_bg.png) no-repeat bottom center;*/
    border-bottom:2px solid #36f;
}

.menu1 a{
    padding:15px 20px;
    display:block;
    background:url(../img/common/side/menu1_bg.png) no-repeat center left;
    margin:0 0 0 0px;
    height:20px;
    text-decoration:none;

}
.menu1 a:hover{
    text-decoration:underline;
}




#side_menu{
    margin:0 0 40px 0;
}



.side_sub_list li{
    padding:0 ;
    margin:0 5px;
    border-top:1px dotted #ccc;
    font-size:14px;
    clear:both;
}


.side_sub_list li a{
    display:block;
    background:none;
    padding:10px 5px;
    height:20px;
}

.side_sub_list_report a{
    display:block;
    background:none;
    padding:10px 0px;
    height:60px !important;
}


/*
.side_sub_list li a span{
    background:url(../img/common/side/side_sub_list_bg.png) no-repeat top left;
    display:block;
    float:left;
    width:18px;
    padding:1px 0 0 0;
    margin:0px 10px 0 0;
    text-align:center;
    font-size:12px;
    color:#fff;
}
*/


.side_sub_list li a span{
    display:block;
    float:left;
    padding:0 0 0 28px;
    margin:0px 10px 0 0;
    text-align:center;
    font-size:14px;
    color:#0099FF;
}

.side_sub_list li a span:hover{
    color:#333333;
    text-decoration:underline;
}


.side_sub_list li a span.sm1{
    background:url(../img/common/side/side_sub_list_bg1.png) no-repeat left 1px;
}

.side_sub_list li a span.sm2{
    background:url(../img/common/side/side_sub_list_bg2.png) no-repeat left 1px;
}

.side_sub_list li a span.sm3{
    background:url(../img/common/side/side_sub_list_bg3.png) no-repeat left 1px;
}

.side_sub_list li a span.sm4{
    background:url(../img/common/side/side_sub_list_bg4.png) no-repeat left 1px;
}

.side_sub_list li a span.sm5{
    background:url(../img/common/side/side_sub_list_bg5.png) no-repeat left 1px;
}

.side_sub_list li a span.sm6{
    background:url(../img/common/side/side_sub_list_bg6.png) no-repeat left 1px;
}

.side_sub_list li a span.sm7{
    background:url(../img/common/side/side_sub_list_bg7.png) no-repeat left 1px;
}

.side_sub_list li a span.sm8{
    background:url(../img/common/side/side_sub_list_bg8.png) no-repeat left 1px;
}



.side_sub_list_current a{
    background:url(../img/common/side/side_sub_list_hovered.png) no-repeat left center;
    color:#fff;
}

#main_contents_wrapper{
    width:100%;
    padding:0px 0 60px 0;
    background:#fc0 url(../img/common/main_bg.png) repeat-x top ;
    /*position:relative;*/

}

#main_contents{
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    width: 100%;
	padding:30px 0 0;
}

#trial_contents_wrapper{
    width:100%;
	background: #fff;
}

#trial_contents {
    width: 914px;
    margin: 0 auto;
    background: #fff;
    border: none;
    padding: 60px 20px;
    position: relative;
    border-radius: 5px;
}


#report_contents{
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    width: 100%;
	padding:30px 0 0;
}


#report_contents h3 a{
    color:#fff;
    padding:10px 10px 20px 20px;
    font-size:24px;
    font-weight:normal;
    clear:both;
    text-decoration:none;
    display:block;
    margin:0 0 40px 0;
}

#report_contents h3 a:hover{
    color:#F60;
    text-decoration:underline;
}


.report_h3_1{
    background:url(../img/main/report/report_h3_1.png) no-repeat left bottom;
}

.report_h3_2{
    background:url(../img/main/report/report_h3_2.png) no-repeat left bottom;
}

.report_h3_3{
    background:url(../img/main/report/report_h3_3.png) no-repeat left bottom;
}

.report_h3_4{
    background:url(../img/main/report/report_h3_4.png) no-repeat left bottom;
}





.main_section{
    margin:0 0 60px 0;
    clear:both;
    /*background:url(../img/common/main_section_bg.png) top left no-repeat;*/
    /*padding:46px 0 0 0;*/
}



.report_section{
    margin:0 0 20px 0;
    width:310px;
    background:url(../img/main/report/report_section_bg_big.png) bottom right;
    padding:10px 0 0px 10px;
    float:left;
    position:relative;
}

.report_section h4 a{
    text-decoration:none;
    color:#36f;
}


.report_section p{
    display:none;
    font-size:smaller;
}


.report_section_large{
    position:relative;
    width:320px;
    margin:20px 0 40px 0;
    float:left;
}

.report_section_large h4 a{
    text-decoration:none;
    margin:0 0 20px 0;
    display:block;
    padding:10px 0 10px 20px;
    background:url(../img/main/report/report_section_sub_h4_bg2.png) no-repeat bottom left;
    color:#fff;
    font-size:18px;
}

.report_section_large p{
    font-size:smaller;
}


.report_navi{
    display: block;
    float: right;
    clear: both;
}


.report_small_img1{
    background:url(../img/main/report/report_attitude_small_bg.png) no-repeat top left;
    padding: 17px 3px 3px 3px;
    float:left;
    margin:0 10px 10px 0;
}

.report_small_img2{
    background:url(../img/main/report/report_knowhow_small_bg_s1.png) no-repeat top left;
    padding: 17px 3px 3px 3px;
    float:left;
    margin:0 10px 10px 0;
}

.report_small_img3{
    background:url(../img/main/report/report_data_small_bg_s1.png) no-repeat top left;
    padding: 17px 3px 3px 3px;
    float:left;
    margin:0 10px 10px 0;
}

.report_small_img4{
    background:url(../img/main/report/report_word_small_bg_s1.png) no-repeat top left;
    padding: 17px 3px 3px 3px;
    float:left;
    margin:0 10px 10px 0;
}


.report_baloon_moto{
    position:absolute;
    top:-50px;
    width:230px;
    height:90px;
    left:0;
    background:url(../img/main/report/balloon_moto.png) no-repeat top left;
    padding:30px 20px 20px 70px;
    font-size:smaller;
    opacity:0;
    color:#F60;
}


.report_baloon_toku{
    position:absolute;
    top:-50px;
    width:230px;
    height:90px;
    left:0;
    background:url(../img/main/report/balloon_toku.png) no-repeat top left;
    padding:30px 20px 20px 70px;
    font-size:smaller;
    opacity:0;
    color:#F60;
}


.category_list{
    text-align:right;
    margin:0px 0 40px 0;
    padding:20px 0 0 0;
    clear:both;
    display:block;
}



#main_contents h2,#report_contents h2,#trial_contents h2{
    padding:20px 0 10px 0;
    margin:0 0 30px 0;
    background:url(../img/common/main_h2_bg.png) repeat-x bottom left;
    font-size:34px;
    font-weight:normal;
    color:#000;
}



#main_contents h3{

    color:#222;
    padding:0;
    font-size:36px;
    font-weight:normal;
    clear:both;
    text-decoration:none;
    display:block;
    margin:0 0 30px 0;
	/*
    background:url(../img/common/main_h3_bg_orange.png) no-repeat left bottom;
    */

    /*color:#fff;
    background:url(../img/common/main_h3_bg.png) no-repeat top left;
    background:#000;
    padding:34px 0 8px 2px;
    font-size:24px;
    font-weight:normal;
    clear:both;
    */
}
#main_contents h3 span{
    font-size:14px;
	color:#c00;
}

#main_contents h4{
    /*color:#BD0000;*/
    /*color:#f60;*/
    /*color:#690;*/
    color:#222;
    font-family : Arial,'ＭＳ Ｐゴシック',sans-serif ;

    margin:0 0 20px 0;
    font-size:16px;
    font-weight:bold;
}

.number_circle{
    background:url(../img/main/about/number_circle.png) no-repeat left top;
    float:left;
    display:block;
    text-align:center;
    width:24px;
    height:24px;
    padding:2px 0 0 0;
    margin:0 20px 0 0;
    color:#fff;
    font-size:16px;

}


.sub_margin_bottom{
    margin:0 0 40px 0;
    clear:both;
}

.brdr5{
    background:url(../img/common/brdr.png);
    padding:5px;
}

#page_summary{
    background:url(../img/main/about/page_summary_bg.png) no-repeat bottom left;
    padding:30px 0 40px 40px;
    margin:0 0 60px 0;
    border-top:1px solid #FC0;
}

#page_summary h3{
    padding:30px 0 0 0 ;
    margin:0 0 10px 0;
    font-size:16px;
    color:#F60;
    background:url(../img/main/about/summary_h3_bg.png) no-repeat top left;
}

#page_summary p{
    font-size:26px;
    font-weight:normal;
    line-height:150%;
    color:#000;
}



/*20140724元兼追記*/

.panel_contents{
    margin:0 0 40px 0;
    float:left;
	width:325px;
	position:relative;
}
.panel_contents div{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #fc0 inset;
    color: #444;
    display: none;
    font-size: 14px;
	width: 305px;
    height: 199px;
    padding: 10px 10px 0;
    position: absolute;
    top: 0;
}
#main_contents .panel_contents div h4{
    color: #222;
    font-size: 18px;
}

.panel_left{
    margin:0 20px 0 0;
}

.feature_new_wrap{
    position:relative;
}
.feature_new{
    position:absolute;
	top:0;
	left:0;
}
.about_text_blk {
    clear: both;
}

#main_contents .about_text_blk h4 {
    border-left: 5px solid #06f;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
}

#main_contents .about_text_blk p {
    font-size: 14px;
    margin: 0 0 30px;
}

/********************/
/* trial専用 */

.wide630 {
  width:630px;
}

.wide670 {
  width:670px;
}


/********************/
/* easy */

.easy_1{
    background:url(../img/main/about/easy_1_bg.png) no-repeat top left;
    width:670px;
    height:343px;
}


.design_page_margin_bottom{
    margin:0 0 40px 0;
    clear:both;
}

.float_left_box198{
    float:left;
    width:198px;
    margin:0 38px 40px 0;
    }

.float_right_box198{
    width:198px;
    float:left;
    margin:0 0 40px 0;
}

.float_left_box198 h4,.float_right_box198 h4{
    font-size:14px;
    }


.float_left_box315{
    float:left;
    width:315px;
    margin:0 20px 20px 0;
}

.float_right_box315{
    float:right;
    width:315px;
    margin:0 0 20px 0;
}

.float_left_img_small{
float:left;
margin:0 20px 20px 0;
}

.float_left_img_small_bottom0{
float:left;
margin:0 20px 0px 0;
}

.border_dotted_bottom_box{
    border-bottom:1px dotted #ccc;
    margin:0 0 30px 0;
    position:relative;
    }

.border_dotted_bottom_box_hover{
    border-bottom:1px dotted #ccc;
    margin:0 0 20px 0;
    position:relative;
    }


.more_info_navi{
    margin:10px 0 0 0;
    display:block;

    text-align:right;
    padding:0 18px 0 0 ;
    }

.more_info_navi:link{
    text-decoration:underline;
    background:url(../img/common/more_info_navi.png) no-repeat right center;
    }

.more_info_navi:visited{
    text-decoration:underline;
    background:url(../img/common/more_info_navi_visited.png) no-repeat right center;
    }
.more_info_navi_after{
    margin:10px 0 0 0;
    display:block;
	font-size:12px;
    text-align:right;
    padding:0 18px 0 0 ;
    }

.more_info_navi_after:link{
    text-decoration:underline;
    background:url(../img/common/more_info_navi.png) no-repeat right center;
    }

.more_info_navi_after:visited{
    text-decoration:underline;
    background:url(../img/common/more_info_navi_visited.png) no-repeat right center;
    }
.flow_arrow{
    text-align:center;
    margin:0 0 40px 0;
    clear:both;
    }

.menu_sub_nest{
  margin-left:10px;
}

.menu_sub_nest li{
    margin:0 0 0 20px;
    list-style:decimal;
}

.margin_bottom20{
    margin:0 0 20px 0;
}


.np {
    font-size: 90%;
    line-height: 170%;
    clear: both;
    margin-bottom: 40px;
}

.faq_base {
    clear: both;
    width: 670px;
	padding: 0;
    margin-left: 0px;
    border-bottom:1px dotted #ccc;
}

.faq_base h4{
    background-image: url(../img/main/support/icon_q.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
    clear: both;
    padding-left: 55px;
    font-size: 16px;
    color:#36f !important;
    font-weight: normal !important;
	margin:0 !important;
}
.faq_base h4 a{
    display:block;
	padding: 30px 0;
}
.faq_base p {
    font-size: 14px;
    line-height: 180%;
    background-image: url(../img/main/support/icon_a.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    clear: both;
    padding-left: 55px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    display:none;
	letter-spacing: 1pt;
}
.faq_base p b{
    color:#cc0000;
}
.faq_base p img{
    border:2px solid #fff;
	margin:0 0 10px;
}
.faq_midashi {
    background: none repeat scroll 0 0 #222;
    border-radius: 3px;
    color: #fff;
    margin: 0 0 10px;
    padding: 5px 5px 3px 10px;
    text-align: left;
    text-shadow: 0 1px 1px #000;
}
.faq_section div:nth-child(even){
    background:#f6f6f6;

}
.faq_section div.faq_base:first-child{
    border-top: 1px dotted #ccc;
}
.faq_section p + div.faq_base{
    border-top: 1px dotted #ccc;
}
.faq_base:hover{
    background:#fffceb !important;
}
#main_contents .faq_left h3{
    position: relative;
	margin:0 0 10px;
}
#main_contents .faq_left h3 span {
    color: #c00;
    font-size: 14px;
    padding: 0 0 0 10px;
    position: absolute;
    top: 18px;
}

/******************************************************/
/* report */


/******************************************************/
/* case */
.okuno_voice{
    background: url(../img/main/case/user/user_okuno_voice.png) no-repeat top left;
    padding:20px 104px 18px 20px;
    margin:0 0 30px 0;
}

.motokane_voice{
    background: url(../img/main/case/user/user_motokane_voice.png) no-repeat top left;
    padding:20px 104px 18px 20px;
    margin:0 0 30px 0;
}

.user_iwasaki_voice{
    background: url(../img/main/case/user/user_iwasaki_voice.png) no-repeat top left;
    padding:20px 20px 18px 110px;
    margin:0 0 30px 0;
}

.user_teranishi_voice{
    background: url(../img/main/case/user/user_nakahara_voice.png) no-repeat top left;
    padding:20px 20px 18px 110px;
    margin:0 0 30px 0;
}

.user_ohtsu_voice{
    background: url(../img/main/case/user/user_ohtsu_voice.png) no-repeat top left;
    padding:20px 20px 18px 110px;
    margin:0 0 30px 0;
}

#case_user_thum img{
    background: url("../img/main/case/user/user_case_thum_bg.jpg") no-repeat scroll left top transparent;
    padding:10px ;
    float:left;
    margin:0 15px 40px 0;
}

#case_user_thum img.last{
    background: url("../img/main/case/user/user_case_thum_bg.jpg") no-repeat scroll left top transparent;
    padding:10px ;
    float:left;
    margin:0;
}



/* END_case */

.company_media img{
    margin:0 14px 20px 0;
}

.company_media img.last{
    margin:0;
}


.staff_comment{
    background:url(../img/main/company/staff_comment_bg.png) top left;
    padding:20px 10px;
    }

.staff_comment span{
    display:block;
    margin:0 0 20px 0 ;
    }


.contact_tbl{
    width:670px;

}

.contact_tbl th{
    width:160px;
    padding:0 0 0 30px;
    border: 1px #ddd solid;
    background:#eee;
    font-size:16px;
    font-weight:normal;
}

.contact_tbl td{
    padding:8px 20px;
    border: 1px #ddd solid;
}


.contact_inputarea{
    width:400px;
    height:20px;
    }
.contact_textarea{
    width:400px;
    height:200px;
    }

.inputbtn {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  color: #FFFFFF;
  height: 40px;
  border: none;
  clear: both;
  text-align: center;
  cursor:pointer;
  background-image: url(../images/submit.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 150px;
  background-color: #3366FF;
  display: block;
  margin:20px auto;
}


/******************************************************/
/* top_movie */



/********************/
/* privacy */

.privacy_top {
  margin-bottom:30px;
}





/*あとでreport_add.cssに移す*/



/*2013-03-07元兼追記*/

.seminar table{
    width:620px;
    margin:0 auto 30px;
}

.seminar strong {
    color:#FF9900;
}



.seminar table td{
    border:1px solid #ddd;
    font-size:90%;
    padding:10px;
    text-align:center;
}

.seminar table td.large_red{
    font-size:100%;
    font-weight:bold;
    color:#cc0000;
}

.n_table {
  clear:both;
  margin-bottom:20px;
  width:100%;
}

.n_table th {
  font-weight:normal;
  padding:10px 10px 10px 20px;
  text-align:left;
  vertical-align:middle;
  width:35%;
}

.n_table td {
  padding:10px;
  text-align:left;
  width:65%;
  border-style:none !important;
}


.txt10px_red {
  color:#990000;
  font-size:10px;
}

.inputarea {
    border: 1px solid #ccc;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 320px;
}

.inputarea2 {
    border: 1px solid #ccc;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 320px;
}


.inputbtn {
    border: medium none;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 150px;
}

.float_right_img{
    clear:both;
    margin:0 0 20px 20px ;
    float:right;
}




#seminar_3img ul li{
    float:left;
    margin:0 20px 30px 0;
}

#seminar_3img ul li.last{
    float:right;
    margin:0;
}

.map_waku{
    margin:0 auto 30px;
    clear:both;
    width:660px;
}

img.free_tel{
    padding:4px;
}


/* 2013-0902 上辻　追加　トップページ　アフターマーケットの告知ブロック 


.announce {
	float:right;
	width:280px;
	margin:0 0 5px 0;
}
.announce_p {
	float:right;
	width:280px;
	font-size:12px;
	
}
.announce span {
	font-size:12px;	
	color:#FF9908;
	padding:0 10px 0 0;
}
.announce_img {
	float:left;
}
.announce_img img {
	padding:0 0 0 10px;	
}
.window {
	text-align:right;
	float:right;
	font-size:12px;
}

.announce_02 {
	float:left;
	width:280px;
	margin:0 0 5px 0;
}
.announce_p_02 {
	float:left;
	width:280px;
	font-size:12px;
	
}
.announce_02 span {
	font-size:12px;	
	color:#FF9908;
	padding:0 10px 0 0;
}
.announce_img_02 {
	float:right;
}
.announce_img_02 img {
	padding:0 0 0 10px;	
}

hr{
	border:none;
	border-top:dashed 1px #ccc;
	height:1px;
	margin:0 0 30px 0;
}
.main_section_ga {
	margin:0 0 30px 0;	
}
*/

/* 20140811 元兼　改修　トップページ　雑誌の告知ブロック */


.announce {
	float:left;
	width:280px;
	margin:0 0 5px 0;
}
.announce_p {
	float:right;
	width:550px;
	font-size:12px;
	
}
.announce span {
	font-size:12px;	
	color:#FF9908;
	padding:0 10px 0 0;
}
.announce_img {
    float: left;
    width: 120px;
}

.announce_img img {
    padding: 0 5px 0 0;
    width: 50px;
}
.window {
	text-align:right;
	float:right;
	font-size:12px;
}

.announce_02 {
	float:left;
	width:280px;
	margin:0 0 5px 0;
}
.announce_p_02 {
	float:left;
	width:280px;
	font-size:12px;
	
}
.announce_02 span {
	font-size:12px;	
	color:#FF9908;
	padding:0 10px 0 0;
}
.announce_img_02 {
	float:right;
}
.announce_img_02 img {
	padding:0 0 0 10px;	
}

hr{
	border:none;
	border-top:dashed 1px #ccc;
	height:1px;
	margin:0 0 30px 0;
}
.main_section_ga {
	margin:0 0 30px 0;	
}




/* 2013-10-17　上辻追加　お客さまの声ブロック変更 */

.content_box_voice {
	width: 670px;
	margin: 0 0 30px 0;
}
.content_box_voice:after{
    content: "";
    display: block;
    clear: both;
}
.content_box_voice a,.content_box_voice a:hover {
	opacity:1 !important;	
}
.box_voice_left {
	float: left;
	width:230px;
	height:200px;
	position:relative;

}
.box_voice_left img {
	width:230px;
	height:200px;

}
.box_voice_left a {
	width:230px;
	height:200px;
	display:block;

}
.box_voice_right {
	width: 440px;
	float: right;	
}
.box_voice_right:after{
    content: "";
    display: block;
    clear: both;
}
.box_voice_right h4 {
	background: url(../img/main/case/case_h3.jpg) no-repeat left top;
	height:48px;
	padding:8px 0 0 27px;
	margin:0 0 20px 0 ;
	font-size:16px;
}
.box_voice_right h4 span {
	font-size:12px;
	font-weight:normal;
}
.box_voice_right h5 {
	font-size:14px;
	margin:0;
	padding:0 0 0 20px;
	color:#cc0000;
}	
.r_voice_p {
	width: 260px;
	height:115px;
	background: url(../img/main/case/case_comment_back.jpg) no-repeat left bottom;
	float: left;
	padding:0 10px 10px 14px;
	font-size:12px;

}
.r_voice_p span {
	display: inline-block;
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 14px;
	color: #cc0000;
}
.box_voice_right img {
	width: 125px;
	float: right;
}
.voice_arw {
	text-align: center;
	width: 10px;
	display: block;
	margin: 0 auto 30px auto;
}


/*    20140117元兼追記 主にaboutページリニューアル用追加style   */
.mgn_20{
    margin-bottom:20px;
}
.mgn_30{
    margin-bottom:30px;
}
.mgn_40{
    margin-bottom:40px;
}
.mgn_50{
    margin-bottom:50px;
}
.mgn_60{
    margin-bottom:60px;
}
.bdr_top{
    padding-top:40px;
	margin:0 0 40px;
    border-top: 1px dotted #ccc;
}
.bdr_bottom{
    padding-bottom:40px;
    border-bottom: 1px dotted #ccc;
}
.flt_l{
    float:left;
}
.flt_r{
    float:right;
}
h4.large {
    font-size:120% !important;
}
h4 span.pink {
    color:#FF37B4;
}

.readd_last a{
	background: url(../img/main/renewal/20140203/about_last.jpg) no-repeat left 0;
	display: block;
    height: 424px;
    text-decoration: none;
    width: 670px;
}

#add_fixed_link_wrapper{
	background: url(../img/main/renewal/20140120/fixed_link_bg.jpg) repeat-x left 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}
#fixed_link{
    width:960px;
	margin:0 auto;
}
#fixed_link a{
	background: url(../img/main/renewal/20140123/fixed_link.jpg) no-repeat left 0;
    height:60px;
	display: block;
	text-decoration:none;
}
#fixed_link a:hover{
	background: url(../img/main/renewal/20140123/fixed_link.jpg) no-repeat left bottom;
}




/* 20140124以降元兼追記 */

p.top_user{
	background: url(../img/top/top_user.png) no-repeat left 0;
	border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding:60px 0 70px;
    text-align: right;
    text-shadow: 1px 1px 0 #222;
}

#top_ytmovie {
    height: 480px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

#top_ytmovie iframe {
    height: 788px;
    margin: -155px 0 0 -5px;
    min-height: 480px;
    min-width: 960px;
    opacity: 1;
    width: 100%;
}

#top_movie_mask{
	background: url(../img/main/renewal/20140130/top_movie_mask.png) repeat-x center 0;
    position: absolute;
    text-align: center;
    top: 114px;
    width: 100%;
	height:480px;
}
#top_movie_mask p.catch {
    clear: both;
    padding: 0;
}
#top_movie_mask p.catch img {
    width: 480px;
}
#mask_link {
    margin: 0 auto;
    width: 800px;
}

#mask_link p {
    float: left;
    padding: 370px 0 4px;
    width: 50%;
}
.mask_about a{
	background: url(../img/main/renewal/20140127/top_movie_about.png) no-repeat center top;
	color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 25px;
	text-decoration: none;

}
.mask_about a:hover{
	background: url(../img/main/renewal/20140127/top_movie_about.png) no-repeat center bottom;
}
.mask_trial a{
	background: url(../img/main/renewal/20140127/top_movie_trial.png) no-repeat center top;
	color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 25px;
	text-decoration: none;
}
.mask_trial a:hover{
	background: url(../img/main/renewal/20140127/top_movie_trial.png) no-repeat center bottom;
}


/*  2014-05-16 元兼追記  */


.side_sub_add {
    display:block;
	margin:0 0 20px;
}


/*  2014-08-05 元兼追記  */


#users_link {
  margin:0 auto;
  width:960px;
  padding:40px 0 0;
}

#users_link h3 {
    clear: both;
    color: #222;
    display: block;
    font-size: 36px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
    text-decoration: none;
}
#users_link h4 {
    background: none repeat scroll 0 0 #999;
    border-radius: 5px;
    clear: both;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 2px 0;
    text-align: center;
    text-shadow: 0 1px 0 #666;
    width: 90px;
}

#users_link ul{
    
}
#users_link ul li {
    background: none repeat scroll 0 0 #f3f3f3;
    border-radius: 5px;
    float: left;
    margin: 0 10px 10px 0;
    width: 232px;
}

#users_link ul li.last{
    margin:0 0 10px;
}

#users_link ul li a {
    color: #666;
    display: block;
    font-size: 12px;
    line-height: 110%;
    padding: 5px 10px;
    text-decoration: none;
	text-shadow:0 1px 0 #fff;
	height:25px;
}

#users_link ul li:hover{
    background:#e3e3e3;
}




/*20140902元兼追記*/

.top_case_link{
    text-align:right;
	font-size:16px;
	margin:0 0 50px;
	text-decoration:underline;
	padding:10px 0 0;
}


/*20140929元兼追記*/

#fadearea {
width: 670px;
height: 350px;
position: relative;
margin:0 0 10px;
}
#prev,
#next {
    cursor: pointer;
    float: left;
    height: 350px;
    position: absolute;
    text-align: center;
    width: 55px;
	z-index:2;
}
#prev{
background: url(../img/top/cgmLArrow.png) no-repeat 0 center;
left:-55px;
}
#next{
background: url(../img/top/cgmRArrow.png) no-repeat 0 center;
right:-55px;
}
#icolist {
float: left;
position: relative;
width: 670px;
height: 350px;
background: #f5f7ec;
}
#icolist li {
position: absolute;
top: 0;
left: 0;
width: 670px;
height: 350px;
text-align: center;
display: none;
list-style: none;
}
#icolist li#i1 {
display: block;
}
#nav {
    padding: 10px;
	border-radius:5px;
	background:#eee;
}
#nav ul li {
float: left;
width: 38px;
height: 38px;
display: block;
margin:6px;
border-radius: 100%;
cursor:pointer;
box-shadow: 0 0 0 2px #ccc;
}
#nav ul li img{
width:100%;
}
#nav ul li.selected {
display: block;
border:5px solid #cc0000;
margin:0;
box-shadow:none;
}
#overbtn{
    position:absolute;
	display:none;
	z-index:1;
	left:0;
	top:0;
	
}





/*




#top_contents_wrapper,
#top_contents{
    background:none;
    width:100%;
	overflow:hidden;
}

#left_prax{
    padding:0 30px 20px;
	margin:0 auto;
	padding:0 0 20px;
}

#top_contents h3{
    width:670px;
	margin:0 auto 30px;
}

.prax_bg1{
	margin: 0 -50px;
    transform-origin: left center;
}
.prax_bg1:nth-child(n) {
    background: none repeat scroll 0 0 #fff;
    margin-top: -170px;
    padding: 120px 0 10px;
    transform: rotate(3deg);
}
.minus_deg_bg1{
    transform: rotate(-3deg);
}

.prax_bg2{
	margin: -40px -50px;
    transform-origin: left center;
}
.prax_bg2:nth-child(n) {
    background: none repeat scroll 0 0 #3498db;
    margin-top: 0;
    padding: 40px 0;
    transform: rotate(3deg);
}
.minus_deg_bg2{
    transform: rotate(-3deg);
}

.prax_bg3{
	margin: 0 -50px;
    transform-origin: left center;
}
.prax_bg3:nth-child(n) {
    background: none repeat scroll 0 0 #fff;
    margin-top: 40px;
    padding: 40px 0 10px;
    transform: rotate(-3deg);
}
.minus_deg_bg3{
    transform: rotate(3deg);
}

.prax_bg4{
	margin: -40px -50px;
    transform-origin: left center;
}
.prax_bg4:nth-child(n) {
    background: none repeat scroll 0 0 #3498db;
    margin-top: -90px;
    padding: 40px 0;
    transform: rotate(3deg);
}
.minus_deg_bg4{
    transform: rotate(-3deg);
}



.prax_670{
    width:670px;
	margin:0 auto 60px;
}

.next_page_navi {
    border-radius: 10px;
    padding: 20px 20px 13px;
 }

.color_wht{
    color:#fff !important;
	color: #333\9 !important; 
   *color: #333 !important; 
   _color: #333 !important; 
}

*/



/*20140926　case追加　元兼*/



.shop1{
	background: url(../img/main/about/case1bg.jpg) no-repeat 0 0;
    margin:0 0 30px;
}
.shop2{
	background: url(../img/main/about/case2bg.jpg) no-repeat 0 0;
    margin:0 0 30px;
}
.shop3{
	background: url(../img/main/about/case3bg.jpg) no-repeat 0 0;
    margin:0 0 30px;
}
.shop4{
	background: url(../img/main/about/case4bg.jpg) no-repeat 0 0;
    margin:0 0 30px;
}
.shop5{
	background: url(../img/main/about/case5bg.jpg) no-repeat 0 0;
    margin:0 0 30px;
}
.shop6{
	background: url(../img/main/about/case6bg.jpg) no-repeat 0 0;
    margin:0 0 30px;
}
.case_wrap {
  height:350px;
  width:100%;
    position:relative;
}
.case_wrap div.shop_info {
    padding: 20px;
}
.case_wrap div.shop_info p {
    color: #fff;
    font-size: 14px;
    line-height: 125%;
}

.case_wrap div.shop_info p span {
    background: none repeat scroll 0 0 #36c;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 100%;
    padding: 8px 10px 5px;
    margin: 4px 0 0;
	width: 26%;
}
.case_wrap div.shop_info a:link,
.case_wrap div.shop_info a:visited{
    color:#06f;
}
.case_wrap div.shop_info a:hover{
    color:#fff;
}

img.pv_bom {
    position: absolute;
    right: 0;
    top: -30px;
}
ul.shop_feature{

}

ul.shop_feature li {
    float: left;
    font-size: 12px;
    margin: 0 20px 20px 0;
}
ul.shop_feature li.last {
    margin:0 0 20px;
}
ul.shop_feature li span {
    background: none repeat scroll 0 0 #36c;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 5px;
}

#case_comment {
    border: 2px dashed #fc0;
    border-radius: 5px;
    margin: 0 0 60px;
    padding: 10px;
	line-height: 180%;
}

#case_comment h4 {
    background: none repeat scroll 0 0 #fc0;
    border-radius: 5px;
    color: #2f0900;
    display: inline-block;
    padding: 10px;
}
#case_comment p strong{
    color:#cc0000;
}


/*  20141127　元兼追加 4周年記念イベント時に追加した  */

/*　topで使用　*/
.trial_btn_style{
    border-radius:10px;
	box-shadow:#CCCCCC 0 0 5px;
	overflow:hidden;
}

.trial_btn_style a{
    border-radius:10px;
}

/*　trialで使用　*/
#info_4thevent{
	background: url(../img/trial/4th_project_info.jpg) no-repeat 0 0;
    padding: 370px 50px 30px;
}

#info_4thevent h4{
    color: #c10937;
    margin: 0 0 10px;
}
#info_4thevent p{
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 50px;
	color:#222;
}
#info_4thevent p.attention{
    float: right;
}
#info_4thevent p.clear{
    margin:0;
}

/* スマホ用用の非表示 */
#inquiry_tel_call,
#head_menu_open_btn {
	display:none;
}



/*レスポンシブ対応ここから*/
@media screen and (max-width: 480px) {
    
    
    #header_wrapper ,
    #h1_wrap{
        width: 100%;
    }
    
    #header {
        width: 95%;
        padding:5px 2.5%;
    }
    
    h1,h1#top{
        display: block;
        position: static;
        color:#333;
        background: #FFF;
        box-shadow: 0 1px 15px #777;
        text-align: center;
    }
    
    #header_wrapper{
        box-shadow: none;
    }
    
    #top_contents h3,
    #main_contents h3{
        font-weight:bold;
        font-size:18px;
    }
    
    #main_contents h2, 
    #report_contents h2, 
    #trial_contents h2 {
        font-size:20px;
        font-weight:bold;
    }
    
    #head_trial_btn a{
        padding: 5px;
    }
    #head_menu_open_btn {
        display:block;
        background: none repeat scroll 0 0 #c00;
        border-radius: 5px;
        float: right;
        color:#FFF;
        font-size:14px;
        cursor:pointer;
        padding:5px 3px;
        margin:0 3px 0 0;
        text-shadow: 0 1px 0 #333;
    }
    
    .menu_li{
        float:none;
    }
    
    .menu_li a{
        float:none;
        background: #FFF;
        width: 100%;
        border-bottom: 1px dotted #0041aa;
        padding:10px 6px;
        opacity:1 !important;
    }
    
    .menu_li a:hover{
        background:#f5f5f5;
    }
    
    #login{
        float:none;
    }
    
    #top_img_wrapper {
        height:auto;
        background:url(../img/common/main_img_bg.jpg) repeat-x top -50px center;
        width:100%;
    }
    
    #top_img{
        margin:auto;
        width:320px;
        overflow:hidden;
    }
    
    #tm_left_btn,
    #tm_right_btn{
        display:none !important;
    }
    #tm_inner{
        margin:0;
    }
    
    #tm_inner p{
        width:299px;
        height:auto;
        border-bottom:1px solid #CCC;
        border-right:1px solid #CCC;
        border-top-right-radius:6px;
        border-bottom-right-radius:6px;
    }
    
    #tm_inner p img{
        width:100%;
    }
    #top_contents {
        width:100%;
    }
    
    #left{
        width:90%;
        padding:5%;
    }
    
    .main_section img{
        width:95%;
        padding:2.5%;
        
    }
    .feature_new{
        width:55px !important;
    }
    
    .border_dotted_bottom_box{
        padding:0 0 30px 0;
    }
    
    .float_left_img{
        width:100%;
        margin: 0 0 30px 0;
        float: none;
    }
    
    .announce_img{
          width: 20%;
    }
    .announce_img img{
        width:90%;
    }
    
    .announce,.announce_p{
        width:80%;
    }
    
    .next_page_navi{
          background: url(../img/common/next_page_navi_blue.png) no-repeat top center;
          width: 90%;
          padding: 5%;
    }
    
    #trial_btn_common{
        overflow:visible;
    }
    
    #trial_btn_common img{
        width:95%;
    }
	
	#campaign_btn_common img{
        width:95%;
		padding:2.5%;
    }
    
    /* スマホでは表示させない */
    #gototop{
        display:none !important;
    }
    
    #inquiry_tel_call{
        display:block;
        position: fixed;
        bottom: 5px;
        right:5px;
        z-index: 10;
        margin: 0 1%;
        width: 90px;
        height: 90px;
        background: url(../img/common/0066ff.png) no-repeat center center;
        background-size: contain;
        border-radius: 100%;
        border: 2px solid #FFF;
    }
    
    #inquiry_tel_call a {
        display: block;
        height: 90px;
        text-decoration: none;
    }
	
    #inquiry_tel_call a:hover {
        color: inherit;
	}    
    .footer_navi{
        width:100%;
    }
    .footer_navi ul{
        width:90%;
        padding:0 5%;
        margin: 0 0 20px 0;
        height:auto;
    }
    
    .footer_navi ul:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    
    .footer_navi ul li ul li{
        clear:none;
        padding-left: 2.5%;
        float: left;
        width: 47.5%;
    }
    
    #footer_syde{
        padding: 2.5%;
        width: 95%;
    }
    
    #footer_syde ul{
          width: 100%;
    }
    
    #footer_link {
        width:90%;
        padding: 0 5%;
    }
    
    #FB_likebox{
        display:none !important;
    }
    
    #users_link{
        width:100%;
    }
    
    #users_link h4{
        width:100%;
        padding:10px 0;
        cursor:pointer;
    }
    
    #users_link ul li{
          margin: 0 0 10px 0;
          width: 100%;
    }
    
    /* 価格ページ */
    
    #pankuzu_upper{
        width:94%;
        padding:16px 3% 13px;
    }
    
    #main_left, #main_left_report{
        width: 94%;
        padding: 0px 3% 20px;
    }
    
    #main_contents{
        width: 100%;
    }
    
    .effective_large_pict{
        width:100%;
    }
    .sub_margin_bottom img{
        width: 95%;
        padding: 2.5%;
    }
    .panel_contents{
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .panel_contents div{
        padding: 5%;
        width: 90%;
    }
    
    .readd_last a{
        width:100%;
        background-size:contain;
    }
    
    /* 機能紹介 */
    #fadearea,
    div#icolist{
        width:100%;
        height: 250px;
        background:none;
    }
    
    #icolist:after{
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    
    #icolist li{
        width:100%;
        height:auto;
    }
    #prev, #next{
        top: 10px;
        height:150px;
    }
    
    #prev{
        left:0px;
    }
    
    #next{
        right:0px;
    }
    
    
    /* お客様の声 */
    #motomachi_ex iframe,
    #motomachi_ex img{
        width:100%;
    }
    
    
    /* 流れ */
    
    .flow_arrow img{
        width:21px !important;
    }
    
    /* アクセスアップ成功事例 */
    .shop1{
        background-size:contain;
        background:none;
    }
    .case_wrap{
        height:auto;
    }
    .case_wrap div.shop_info{
        background: #000;
    }
    .case_wrap div.shop_info p span{
        padding: 8px 5% 5px;
        width:90%;
    }
    img.pv_bom{
        width:25% !important;
    }
    
    /* リニューアルのお客様 */
    
    .img_left{
        float:none;
        padding:0;
        margin:0 0 15px 0;
    }
    
    .img_left img {
        width:100%;
    }
    
    .sec_3box{
        width:100%;
    }
    
    .sec_3left_flow{
        float:none;
        padding: 5%;
        width: 90%;
    }
    .sec_3right2{
        float: none;
        width: 100%;
        padding:0;
    }
    
    .next_page_navi{
        font-size:14px;
    }
    
    /* 操作方法 */
    
    .float_left_box315{
        float:none;
        width:100%;
    }
    .float_right_box315{
        float:none;
        width:100%;
    }
    
    .float_left_img_small{
        width:30% !important;
    }
    #page_summary{
        padding: 20px;
        border-right: 1px solid #fc0;
    }
    
    .content_box_left img, .content_box_right img{
        width:50%;
    }
    
    a.content_box_right,
    a.content_box_left {
        width:45%;
        padding: 0 2.5%;
        height:250px;
        margin:0;
    }
    
    a.content_box_right img,
    a.content_box_left img{
        width: 96%;
        background-size:contain;
        padding: 2%;
    }
    
    .float_right_box198,
    .float_left_box198{
        width:100%;
        float:none;
        margin:0 0 30px 0;
    }
    
    /* よくあるご質問 */
    #main_contents .faq_left h3 span{
        position:static;
        display:block;
    }
    
    .faq_base{
        width:100%;
    }
    
    .contact_tbl{
        clear:both;
        margin: 0 auto 20px;
        width: 100%;
        table-layout: fixed;
    }
    
    .contact_tbl th{
        padding: 10px 2%;
        width: 96%;
        text-align: center;
        display: block;
    }
    
    .contact_tbl td{
        padding: 5%;
        width: 90%;
        text-align: center;
        display: block;
    }
    .contact_textarea,
    .contact_inputarea{
        width:90%;
    }
    
}
