@charset "utf-8";

*{margin:0;padding:0;}


body{
font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
font-size: 13px;
background-color: #EAE8E8;/*#E7F7E7;*/
}

a:active, a:focus {outline: 0;}
a:hover img{
  opacity:0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
img{border:0;}
.clear{clear:both;}
p.hight_space_10{
   height: 10px;
   }

.font_min{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}

/* ---------------------------------------------------------- */
/* テスト用                                                       */
h10{
   margin: 15px;
   font-size: 18px;
   color: #F90303;
   border: 1px solid #999999;
   }


/* ---------------------------------------------------------- */
/* 全体                                                       */
#wrapper{
  margin: 0 auto;
  padding: 0;
}

#wrapper p.line{
  border-bottom: 6px solid #FEA32C;
  }



/* ---------------------------------------------------------- */
/* ヘッダー 全体                                              */
#header_base{
   width: 100%;
   height: 50px;
   background-color: #333333;
	/*position: absolute;*/
	z-index: 1000;
    -moz-box-shadow: 0 0 6px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0.3);
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.3);
    -webkit-transform: translate3d(0,0,0);
   }

/*#header_base.nav_fixed {
	position: fixed;
	top: 0px;
}*/

#header{
   margin: 0 auto;
   padding: 0;
   width: 1040px;
   text-align:left;
   color:#FFF;
   }

.user_info{
	float:right;
	line-height:50px;
}
#header a{
	color:#CCC;
}
#header a:hover{
	color:#999;
}


#header_line_base{
   clear:both;
   position:inherit;
   margin-top:50px;
   width: 100%;
   height: 25px;
   background-color: #CCCCCC;
   }

#header_line{
   margin: 0 auto;
   padding: 0;
   height: 25px;
   width: 1040px;
   text-align:right;
   background-color: #CCCCCC;
   line-height: 25px;
   font-size: 12px;
   font-weight: normal;
   color: #000000;
   }


#header img{
	float:left;
    margin: 10px 0;
   }

#header h1{
	float:left;
   margin: 15px 0 0 20px;
   font-size: 14px;
   font-weight:inherit;
   color: #FFFFFF;
   }



/* ---------------------------------------------------------- */
/* メイン 全体                                               */

#main{
	clear:both;
   margin: -10px auto 0 auto;
   width: 1040px;
   /*padding-top:55px;*/
   top:50px;
   text-align:left;
   }

/* ログイン                                               */
#main_access{
   margin: 0 auto;
   width: 1040px;
   height: 500px;
   text-align:center;
   line-height: 50px;
   }

#main_access input.access_send{
   width:200px;
}


/* ---------------------------------------------------------- */
/* トップメイン                                               */
#index_main{
   float: left;
   margin: 15px 0 0 0;
   }

/* ---------------------------------------------------------- */
/* タンク */

#tank{
   width: 91px;
   height: 25px;
   margin: 0 auto;
   padding: 0;
   background:url(../images/tank_min.gif) no-repeat 0 0;
   cursor:pointer;
   }
#tank_ng{
   width: 150px;
   height: 25px;
   margin: 0 0 0 40px;
   padding: 0;
   background:url(../images/tank_min_ng.gif) no-repeat 0 0;
   }
#tank_font{
   font-size: 12px;
   height: 25px;
   line-height: 27px;
   margin: 0 0 0 27px;
   font-weight: bold;
   color: #333333;
   padding-left:40px; /* 付け加え */
   }
#tank_font_ng{
   font-size: 12px;
   height: 25px;
   line-height: 27px;
   margin: 0 0 0 27px;
   font-weight: bold;
   color: #999999;
   padding-left:40px; /* 付け加え */
   }
#tank_font .nodata{
   margin: 0 0 0 28px;
   font-size: 11px;
   font-weight: normal;
   color: #333333;
}
#tank_cancel{
   width: 150px;
   height: 25px;
   margin: 0 0 0 40px;
   padding: 0;
   background:url(../images/tank_min.gif) no-repeat 0 0;
   cursor:pointer;
   }

/* ---------------------------------------------------------- */
/* 左カラム  200                                              */
#left_column {
   float: left;
   width: 200px;
   margin: 0;
   }

#left_column_banner img{
   width: 200px;
   margin: 8px 0 0 0;
   }

#left_column_nav {
   width: 200px;
   margin: 6px 0 0 0;
   padding: 5px 0 5px 0;
   background-color: #333333;
   }

#left_column h2{
	clear: both;
   margin: 15px 0 10px 10px;
   padding: 0 0 0 30px;
   font-size: 14px;
   font-weight: bold;
   color: #FEA32C;
   background:url(../images/left_tank.gif) no-repeat 0 0;
   }

#left_column #record{
   font-size: 13px;
   font-weight: normal;
   color: #FFFFFF;
   }


#left_column ul{
   margin: 10px;
   }

#left_column li{
   margin: 5px 0 0 0;
   list-style: none;
   }

#left_column li a{
   font-size: 13px;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration:none;
   }

#left_column li a:visited { color:#DDDDDD }
#left_column li a:hover{color:#BCBCBC;}
#left_column li a:active, a:focus {outline: 0;}

#left_column .accordion_head {cursor:pointer;}

#left_column ul.alph_link {
	margin-bottom: 10px;
	height: 50px;
}

#left_column li.alph_link {
	float: left;
	width: 15px;
	margin: 0 5px;
	text-align: center;
}

#left_column #explain_font{
   font-size: 10px;
   font-weight: normal;
   color: #FFFFFF;
}

/* ---------------------------------------------------------- */
/* 右カラム  840 (トップページ用)                             */
#right_column{
   float: left;
   width: 840px;
   margin: 0 0 0 0;
   display: inline;
   /*overflow:hidden;*/
   }

/* ログイン                                               */
#access{
   margin: 0 auto;
   width: 800px;
   height: 500px;
   text-align:center;
   line-height: 50px;
   }

#access input.access_send{
   width:200px;
}


#right_column h2{
   /*width: 790px; 840px;から820へ変更*/
   margin: 25px 15px 15px 15px;
   font-size: 21px;
   font-weight: bold;
   color: #000000;
   border-bottom: 1px solid #999999;
   }

#right_column .font_min{
   font-size: 12px;
   font-weight: normal;
  }

#right_column h5{
   width: 800px; /*840px;から820へ変更*/
   margin: 25px 15px 15px 15px;
   font-size: 16px;
   font-weight: bold;
   color: #000000;
   border-bottom: 1px solid #CCCCCC;
   }

.red_font{
   font-weight: bold;
   color: #FC0303;
   }

.red_title_font{
   margin: 0 auto;
   font-weight: bold;
   color: #FC0303;
   font-size: 16px;
   text-align:right;
   }

#right_column_list{
   width: 820px; /*840px;から820へ変更*/
   margin: 10px 0 10px 10px;
   }

/* 右カラム中  200                                              */
#right_column_in{
   float: left;
   width: 198px;
   margin: 0 0 10px 10px;
   display: inline;
   background-color: #FFFFFF;
   border: 1px solid #999999;
   }

#right_column_in_logo {
   margin: 0 auto;
   width: 198px;
   }

#right_column_in_logo img.syoudan {
  position: absolute;
  opacity:0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

#right_column_in_explain {
   margin: 0 auto;
   text-align: center;
   padding: 3px 0 3px 0;
   width: 100%;
   /*background:url(../images/rigth_in_back.gif) 0 0;*/
   background-color:#EAE8E8;
   }

#right_column_in_explain_t {
   margin: 0 auto;
   width: 180px;
   height: 96px;
   border: 1px solid #EAE8E8;
   font-size: 12px;
   color: #333333;
   text-align: left;
   }

#right_column_in_explain_t img{
   margin: 5px 0 5px 23px;
   }

#right_column_in_explain_t h6{
   margin: 3px;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   }

#right_column_in_no_list{
   width: 830px;
   height: 300px;
   margin: 10px 0 0 10px;
   background-color: #FFFFFF;
   border: 1px solid #999999;
   text-align: center;
   line-height: 300px;
   }

/* 20171004 ニュース追加 */
.r_4box{
   float: left;
   width: 200px;
   margin: 0 0 20px 10px;
}

.news_r_4box{
	height:230px;
}

.news_tag{
	float:right;
	background-color:#ECA03C;
	padding:2px 10px;
	font-size:9px;
	font-weight:bold;
}

.news_date{
	float:left;
	margin:5px;
}

.news_title{
	clear:both;
	margin:5px;
	font-size:16px;
	font-weight:bold;
}

/* トップ お知らせ追加 */

.news{
clear: both;
background-color: #fff;
margin: 40px auto 0 auto;
margin-bottom: 0;
width: 100%;
}
.news #content{
width: 1000px;
margin: 20px auto 0 auto;
padding: 30px 0 ;
font-size: 110%;
}
.news #content header{
border-bottom: 1px solid #999999;
font-size: 1.285712em;
padding-bottom: 12px;
margin-bottom: 20px;
}
.news a {
	color: #808080;
	text-decoration: none;
}
.news a:hover {
	color: #262626;
	text-decoration: underline;
}
.news ul li{
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #EFEFEF;
}
.news ul li:last-of-type {
  margin: 0;
  padding: 0;
  border: 0;
}

/* 以下不要？ */
#right_column .news h2{
font-size: 1.000rem;
border-bottom: none;
margin: 10px 0;
color: #333333;
}

#right_column .news ul{
margin: 5px;
}
#right_column .news li{
list-style-type: none;
margin: 5px 0;
}



/* ---------------------------------------------------------- */
/* ページング  840 （共通)                                      */

#right_column .pageNav04c {
	zoom: 1;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 10px;
	background: #EAE8E8;
}


#right_column .pageNav04c ul {
	position: relative;
	left: 50%;
	float: left;
}

#right_column .pageNav04c ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0;
   list-style: none;
}

#right_column .pageNav04c li span,
#right_column .pageNav04c li a {
	display: inline-block;
	margin: 0 5px 2px 0;
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
}

#right_column .pageNav04c li a.current {
	background: #CCCCCC;
}

#right_column .pageNav04c li a:hover {
	background: #eeeff7;
	border-color: #00f;
}

/* ---------------------------------------------------------- */
/* 右カラム  840 （共通)                                      */

#right_column_common{
   width: 830px;
   margin: 10px 0 40px 10px;
   background-color: #FFFFFF;
   border: 1px solid #999999;
   }

/* ランディング時に作成                                      */
#right_column_common_in{
   width: 800px;
   margin: 0 auto;
   text-align:center;
   /*background-color: #999999;*/
   }

.right_content{
	clear:both;
	padding:20px;
}

#right_column_common_in h6{
   font-size: 18px;
   font-weight: bold;
   color: #000000;
   }



#right_column_common img.step{
   width: 754px;
   margin: 10px 0 25px 30px;
   }

#right_column_common img.main_image{
   margin: 10px 0 0 15px;
   }

#right_column_common h3{
   margin: 15px;
   font-size: 14px;
   font-weight: bold;
   color: #FEA32C;
   }

#right_column_common h4{
   margin: 15px;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   }

/* 20151216 ADD 詳細ページ */
#right_column_common .file_box{
	float: none;
	margin:10px;
	padding:10px;
	border-bottom: 1px dotted;
}
#right_column_common .file_box_last{
	border-bottom:none;
}
#right_column_common .file_type_box{
	float:left;
	width:50px;
	height:50px;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	line-height:50px;
	background-color:#CCC;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	margin-right:15px;
	margin-bottom:5px;
}
#right_column_common .file_type_text{
	float:left;
	max-width:420px;
}
#right_column_common .file_type_text_round_corner{
	float:left;
	max-width:690px;
}

#right_column_common .file_type_text .title{
	font-size:120%;
	font-weight:bold;
}

#right_column_common img.file_box_img a{
	margin:15px 0;
}

#right_column_common .option_button{
	float:left;
}
#right_column_common a.option_button{
	margin:10px 10px 5px 0;
	padding:10px 20px;
    background: linear-gradient(#F6CC15, #F08E29);
	font-size:110%;
	font-weight:bold;
	color:#FFF;
	border: 1px ;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
#right_column_common a.option_button:hover{
	opacity: 0.6;
}

#right_column_common .option_button_nolink{
	margin:10px 10px 5px 0;
	padding:10px 20px;
    background: linear-gradient( #CCC, #999);
	font-size:110%;
	font-weight:bold;
	color:#FFF;
	border: 1px ;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}

.aligncenter {
margin:0 auto;
text-align:center;
}

#right_column_common .option_button_center{
	float: none;
}


/* 20151216 ADD 詳細ページ */

#right_column_common_what{
   width: 830px;
   margin: 10px 0 0 10px;
   background-color: #EAE8E8;
   border: 1px solid #999999;
   }
#right_column_common_what img{
   margin: 15px 0 0 15px;
   }

#right_column_common_what h4{
   margin: 15px;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   }
#right_column_common_voice{
   width: 800px;
   margin: 20px 0 ;
   background: url(../voice/images/voice_note_back.gif) 0 0;
   }
#right_column_common_voice img.clip{
   float: left;
   margin: 14px 80px 0 0;
   }
#right_column_common_voice img.logo{
   float: right;
   text-align: center;
   margin: 3px 40px 0 0;
   }
#right_column_common_voice h4{
   width: 570px;
   float: left;
   margin: 30px 0 0 0;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   line-height: 29px;
   }

/* フォーム                                  */
#right_column_common form.buy ul{
   margin: 25px;
   }

#right_column_common form.buy li{
   margin: 20px 0 0 0;
   padding: 0 0 15px 0;
   list-style: none;
   font-size: 13px;
   font-weight: bold;
   color: #333333;
   text-decoration:none;
   border-bottom: 1px solid #DDDDDD;
   }

#right_column_common form.buy label.common {
    display:block;
    float:left;
    width:200px;
}

#right_column_common form.buy label.input {
    display:block;
    float:left;
}

#right_column_common form.buy label{
    display:block;
    margin: 0 0 0 20px;
}

#right_column_common form.buy input.send{
   margin: 0 0 20px 200px;
   width:200px;
}

#right_column_common .must{
   margin: 0 0 0 15px;
   text-align:right;
   color: #FC0303;
   }

/* 20160113 START 挨拶状作成時に追加 */
#right_column_common .round_corner_back{
	margin:0 auto;
	padding:10px 0 0 0;
	width:800px;
	background-color:#EEE;
    border-radius: 0 0 5px 5px;        /* CSS3草案 */
    -webkit-border-radius: 0 0 5px 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 0 0 5px 5px;   /* Firefox用 */
}

#right_column_common .round_corner_tab{
	margin:0 auto;
	width:800px;
	background-color:#fff;
}

#right_column_common .round_corner_tab_box{
	float:left;
	height:40px;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	color:#f5a422;
	margin:0 4px 0 0;
	padding:10px 0 0 0;
	width:264px; /* 260*3=780 残り20は10づつ間隔*/
	background-color:#EEE;
    border-radius: 5px 5px 0 0;        /* CSS3草案 */
    -webkit-border-radius: 5px 5px 0 0;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px 5px 0 0;   /* Firefox用 */
}

#right_column_common a.round_corner_tab_box{
	float:left;
	height:40px;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	color:#fff;
	margin:0 4px 0 0;
	padding:10px 0 0 0;
	width:264px; /* 260*3=780 残り20は10づつ間隔*/
    border-radius: 5px 5px 0 0;        /* CSS3草案 */
    -webkit-border-radius: 5px 5px 0 0;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px 5px 0 0;   /* Firefox用 */
    /* 影 */
    box-shadow: 0 -1px 3px #CCC inset;
    -webkit-box-shadow: 0 -1px 3px #CCC inset;
    -moz-box-shadow: 0 -1px 3px #CCC inset;
    background: linear-gradient(#F6CC15, #F08E29);
}

#right_column_common a.round_corner_tab_box:hover{
	color:#f5a422;
	background:#EEE;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}


#right_column_common .last_tab, #right_column_common a.last_tab{
	margin:0;
}


#right_column_common h5.round_corner{
	width:96%;
}

#right_column_common .three_box{
	float:left;
	width:253px;
	margin:0 0 10px 10px;
	padding:10px;
	background-color:#FFF;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}

#right_column_common .one_box{
	width:760px;
}


#right_column_common .three_box .title{
   font-size: 150%;
   font-weight: bold;
}

#right_column_common .three_box .back_01{
   background: url(../option/postcard/images/back_01.png) 0 0;
   padding: 15px 0 ;
}

#right_column_common .three_box .back_02{
   background: url(../option/postcard/images/back_02.png) 0 0;
   padding: 15px 0 ;
}

#right_column_common .three_box .post_card_base{
	width:150px;
	height:222px;
	margin:0 auto;
	background-color:#FFF;
	box-shadow: 1px 1px 5px 0px;
	-webkit-box-shadow: 1px 1px 5px 0px #000;
}

#right_column_common .common_button{
	width:233px;
	text-align:center;
}

#right_column_common a.common_button{
	display:block;
	margin:10px 0 0 0;
	padding:5px 0;
    background: linear-gradient(#F6CC15, #F08E29);
	font-size:110%;
	font-weight:bold;
	color:#FFF;
	border: 1px ;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}

#right_column_common a.common_button.fix{
	display:inline;
	padding-left:50px;
	padding-right:50px;
}

#right_column_common a.common_button:hover{
	opacity: 0.6;
}

.round{
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
   }


/* 20160113 END 挨拶状作成時に追加 */

/* 20170828 よくある質問 更新 */
#tab ul{
	margin-top:30px;
	margin-bottom:20px;
}

#tab li{
	float:left;
	display:block;
	margin:20px 15px 20px 0;
	padding:5px 30px;
	font-size: 16px;
	font-weight:bold;
	border: 1px ;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
    background: #EEE;
	color:#f5a422;
	cursor: pointer;
}
#tab li.select{
    background: linear-gradient(#F6CC15, #F08E29);
	color:#FFF;
}

#tab li:hover{
	opacity: 0.6;
}

.disnon {
  display: none;
}

.question_q{
	background-image: url(../images/question_q.png);
    background-repeat: no-repeat;
	padding-left:40px;
	font-size: 15px;
	font-weight:bold;
	line-height:30px;
}
.question_a{
	background-image: url(../images/question_a.png);
	background-position: 10px 10px;
    background-repeat: no-repeat;
	background-color:#f4f4f4;
	margin-top:10px;
	margin-bottom:35px;
	margin-left:20px;
	padding:15px 20px 25px 50px;
	font-size: 14px;
	line-height:23px;
}

.question_a span{
	font-size: 12px;
	line-height:18px;
}

/* /20170828 よくある質問 更新 */

/* 20170829 お問い合わせ 更新 */
#right_column_common .right_content h3.sub{
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin: 0;
	margin-bottom: 20px;
	border-bottom:solid 1px #666666;
}

.info_box1{
	padding:15px;
	border:solid #efefef 4px;
}
.topbottom_30{
	margin:20px 0 30px 0;
}

.info_box1 .phone{
	background-image: url(../images/phone.png);
    background-repeat: no-repeat;
	padding-left:50px;
	margin:10px;
	font-size: 28px;
	font-weight:bold;
	line-height:36px;
}

.info_box1 ul{
	margin-left:20px;
}

table.table_04{
	border-spacing:0;
	border-collapse: collapse;
	width:100%;
	margin-bottom:20px;
}

table.table_04 th {
	font-size: 13px;
	border: 1px solid #ebebeb;
	border-right:none;
	/*border-right:none;*/
	background-color: #f8f8f8;
	white-space: nowrap;
	padding:12px;
}

table.table_04 th.width250 {
	width:250px;
}

table.table_04 th.text_left {
	text-align:left;
}

table.table_04 td {
	font-size: 13px;
	border: 1px solid #ebebeb;
	padding:12px;
}
table.table_04 td.send{
	border-left: 1px solid #ccc;
	text-align:center;
	line-height:40px;
	padding:30px 0 40px 0;
}
table.table_04 td.text_center{
	text-align:center;
}
table.table_04 td.price {
	text-align: right;
}
table.table_04 td.blank {
	border: 0;
}

table.table_05{
	border-spacing:0;
	border-collapse: collapse;
	width:100%;
	margin-bottom:15px;
}
table.table_05 th {
	font-size: 12px;
	border: 1px solid #ebebeb;
	/*border-right:none;*/
	background-color: #f8f8f8;
	white-space: nowrap;
	padding:12px 5px;
	text-align:right;
}
table.table_05 td {
	font-size: 11px;
	border: 1px solid #ebebeb;
	padding:12px 5px;
	text-align:right;
}


.i_must {
	float:right;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	padding: 2px 10px;
	color: #FFFFFF;
	background-color: #FF0000;
}


input[type="text"],input[type="email"],input[type="email"],textarea,select{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
	display:block;
	margin: 0 auto;
	padding:10px 50px;
	font-size: 16px;
	font-weight:bold;
	border: 1px ;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
    background: linear-gradient(#F6CC15, #F08E29);
	color:#FFF;
	cursor: pointer;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
	opacity: 0.6;
}

input[type=checkbox] {
	width:			11px;
	height:			11px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
	margin-right:10px;
	margin-left:3px;
}

*:first-child+html input[type="submit"]{padding:3px;}


.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #d4d4d7;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #666;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #666;
  border-right: 3px solid #666;
}

/* /20170829 お問い合わせ 更新 */

/* 20170905 更新 */
img.img_right {
	float: right;
	padding-right: 15px;
	padding-left: 20px;
}
img.img_left {
	float: left;
	padding-right: 20px;
	padding-left: 15px;
}
.alignright{float:right;}
.alignleft{float: left;}
.aligncenter{text-align:center;}

.right_content img.title_img{
	margin-bottom:20px;
}

.right_content .right_img{
	margin-left:20px;
	margin-bottom:20px;
}
.right_content .right_img img{
	margin-bottom:10px;
}

.right_content .left_img{
	margin-right:20px;
	margin-bottom:20px;
}
.right_content .left_img img{
	margin-bottom:10px;
}

.font_smaill{
	font-size:11px;
}


/* /20170905 更新 */

/* 20170913 更新 */
#right_column_common .three_box .seal_base{
	width:233px;
	height:245px;
	margin:0 auto;
	background-color:#FFF;
}
#right_column_common .three_box .seal_base img{
	margin:5px 0 10px 0;
}

#right_column_common .round_corner_back_inner{
	margin:0 auto;
	margin-bottom:20px;
	padding:10px 0 0 0;
	width:800px;
	background-color:#fff;
	border:solid 10px #EEE;
    border-radius: 0 0 5px 5px;        /* CSS3草案 */
    -webkit-border-radius: 0 0 5px 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 0 0 5px 5px;   /* Firefox用 */
}

a.link_out {
	background-image: url(../images/btn_out.png);
	background-repeat: no-repeat;
	background-position: right top 1px;
	padding-right:20px;
}

.right_content strong{
	font-size:15px;
}

.txt_tag{
	padding:1px 5px;
	background-color:#666;
	color:#FFF;
	font-size:10px;
	font-weight:normal;
	margin-left:15px;
	margin-right:0;
}

.explan_box{
    padding-top:100px;
    margin-top:-100px;
	margin-bottom:50px;
}


.content_in_box{
	clear:both;
	margin-bottom:25px;
}


/* /20170913 更新 */

/* ---------------------------------------------------------- */
/* 右カラム  840 （ロゴ詳細)                                  */
#right_column_common_in01{
   float: left;
   width: 402px;
   margin: 10px 0 10px 10px;
   display: inline;
   background-color: #FFFFFF;
   border: 1px solid #999999;
   text-align:center;
   }

#right_column_common_in02{
   float: left;
   width: 393px;
   margin: 10px 0 10px 10px;
   display: inline;
   background-color: #FFFFFF;
   border: 1px solid #CCCCCC;
}

.right_column_common_in04{
   float: left;
   width: 335px;
   margin: 10px 0 10px 10px;
   display: inline;
   background-color: #FFFFFF;
   /*border: 1px solid #CCCCCC;*/
}

#right_column_common_in02 h3{
   margin: 15px;
   font-size: 14px;
   font-weight: bold;
   color: #FEA32C;
   }

#right_column_common_in02 h4{
   margin: 15px;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   line-height: 20px;
   }

#right_column_common_in02 img{
   margin: 10px 0 15px 80px;
   }

/* 購入フォーム用                                              */
#right_column_common_in03{
   float: left;
   width: 590px;
   margin: 10px 0 10px 10px;
   display: inline;
   background-color: #FFFFFF;
   border: 1px solid #CCCCCC;
}

#right_column_common_in03 h3{
   margin: 15px;
   font-size: 14px;
   font-weight: bold;
   color: #FEA32C;
   }
#right_column_common_in03 h4{
   margin: 15px;
   font-size: 12px;
   font-weight: normal;
   color: #333333;
   line-height: 20px;
   }

/* 運営会社 テーブル                         */
#right_column table.table01 {
    margin: 20px 0 25px 20px;
    width: 780px;
    border-collapse: separate;
    border-spacing: 4px;
    text-align:center;
    /*font-size: 100%;*/
  }

#right_column table.table01 th,
#right_column table.table01 td {
    padding: 8px 8px;
  }

#right_column table.table01 th {
    border-bottom: solid 1px #B2B2B2;
    border-right: solid 1px #B2B2B2;
    background: #DBDBDB;
    text-align: center;
    white-space: nowrap;
   font-size: 14px;
   color: #333333;
  }

#right_column table.table01 td {
    border-bottom: solid 1px #EAE8E8;
    border-right: solid 1px #B2B2B2;
    background: #FFFFFF;
    text-align: left;
    white-space: normal;
   font-size: 13px;
   font-weight: normal;
   color: #333333;
  }

#right_column table.table01 td.price {
    text-align: right;
  }

#right_column table.table01 td.image_center {
    text-align: center;
  }

/* テーブル02                         */
#right_column table.table02 {
    margin: 20px 0 25px 20px;
    width: 780px;
    border-collapse: separate;
    border-spacing: 4px;
    text-align:center;
    /*font-size: 100%;*/
  }

#right_column table.table02 th,
#right_column table.table02 td {
    padding: 8px 8px;
  }

#right_column table.table02 th {
  border-bottom: solid 1px #B2B2B2;
  background: #FFFFFF;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}

#right_column table.table02 td {
    border-bottom: solid 1px #CCCCCC;
    background: #FFFFFF;
    text-align: left;
    white-space: normal;
   font-size: 13px;
   font-weight: normal;
   color: #333333;
  }

/* 要素色がホバーで変更されるテーブル   */
#right_column table.table03 {
    margin: 20px 0 25px 20px;
    width: 780px;
    border-collapse: separate;
    border-spacing: 0px;
    text-align:center;
    /*font-size: 100%;*/
  }

#right_column table.table03 th,
#right_column table.table03 td {
    padding: 8px 8px;
  }

#right_column table.table03 th {
    border-bottom: solid 1px #B2B2B2;
    border-right: solid 1px #B2B2B2;
    background: #DBDBDB;
    text-align: center;
    white-space: nowrap;
   font-size: 14px;
   color: #333333;
  }

#right_column table.table03 td {
    border-bottom: solid 1px #EAE8E8;
    border-right: solid 1px #B2B2B2;
    background: #FFFFFF;
    text-align: right;
    white-space: normal;
   font-size: 13px;
   font-weight: normal;
   color: #333333;
  }

#right_column table.table03 td.price {
    text-align: right;
  }

#right_column table.table03 td.image_center {
    text-align: center;
  }

#right_column table.table03 td a#price {
    display:block;
  }

/* 20160114 START 挨拶状時 */
#right_column_common table.round_corner {
	width: 760px;
}
/* 20160114 END 挨拶状時 */

/* サイトマップ                        */

#right_column_common_sitemap ul{
   float: left;
   width: 350px;
   padding: 10px 0 25px 35px;
   }

#right_column_common_sitemap li{
   margin: 0 0 10px 0;
   list-style: none;
   /*border-bottom: 1px solid #CCCCCC;*/
   }

/*#footer_link_box li a{*/
/*background: url(../images/footer_list.gif) no-repeat 0 50%;*/
/*display: block;*/
/*padding-left:25px;*/
/*   color: #FFFFFF;*/
/*}*/
/*#footer_link_box li a:visited { color:#DDDDDD } */
/*#footer_link_box li a:hover{color:#BCBCBC;}*/
/*#footer_link_box li a:active, a:focus {outline: 0;}*/

/* 購入までの流れ                     */
#right_column_common_flow{
   margin: 0 10px 5px 15px;
}

/* 購入までの流れ                     */
#right_column_common_flow_arrow{
   margin: 0 0 0 320px;
}



/* ---------------------------------------------------------- */
/* フッター 全体                                              */
#footer_base{
   width: 100%;
   height: 100%;
   background-color: #333333;
   margin: 0;
   }

#footer{
   margin: 0 auto;
   padding: 0;
   width: 1040px;
   text-align:left;
   }

/* sns  ------------------- */

#footer_sns{
   margin: 0 auto;
   padding: 0;
   width: 1040px;
   text-align:center;
   background-color: #EAE8E8;
   }

.social_mark {
   margin: 0 auto;
	width:600px;
	overflow:hidden;
	position:relative;
}
.social_mark li {
	float:left;
	list-style:none;
}
li.tweet_button {width:100px;}
li.hatena_button {width:70px;}
li.facebook {width:120px;}
li.google_plus {width:110px;}

/* sns  ------------------- */

#footer a {
margin: 0 auto;
display:block;
width:200px;
   }

#footer_link_box{
   width: 200px;
   float: left;
   margin: 40px 10px 0 20px;
   }

#footer_link_box ul{
   padding: 10px 0 10px 0;
   }

#footer_link_box li{
   margin: 0 0 10px 0;
   list-style: none;
   /*border-bottom: 1px solid #CCCCCC;*/
   }

#footer_link_box li a{
/*background: url(../images/footer_list.gif) no-repeat 0 50%;*/
/*display: block;*/
/*padding-left:25px;*/
   color: #FFFFFF;
}
#footer_link_box li a:visited { color:#DDDDDD }
#footer_link_box li a:hover{color:#BCBCBC;}
#footer_link_box li a:active, a:focus {outline: 0;}

/*#footer_link_box li a:hover{background-position: 1px 50%;}*/


#footer h6{
   margin: 15px 0 0 280px;
   font-size: 12px;
   color: #FFFFFF;
   }

#left_column .facebook_btn {
   display: inline;
   width: 120px;
}


/* ---------------------------------------------------------- */

.button01 button , .button01 input[type=submit]  {
    border-top: 1px solid #ccc;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #ccc;
    padding: 5px 40px;
    margin: 0 0 0 30px;
    font-weight: bold;
    cursor: pointer;
    color: #666;
}

.button01 button:hover , .button01 input[type=submit]:hover {
    border-top: 1px solid #ccc;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #ccc;
    padding: 5px 40px;
    font-weight: bold;
    cursor: pointer;
    color: #999;
}

/* ソーター                                             */
#sorter{
   text-align:left;
   }


/*
20180525 コンテンツ100%表示対応
-------------------------------------------*/
.txt_20b {
	font-size:20px;
font-weight:bold;
}

.txt_14 {
   font-size: calc(12px + 2 * (100vw - 375px) / 1011);
   line-height: 1.25;
}
.txt_16 {
   font-size: calc(14px + 2 * (100vw - 375px) / 1011);
   line-height: 1.25;
}
.txt_20 {
   font-size: calc(16px + 4 * (100vw - 375px) / 1011);
   line-height: 1.25;
}
.txt_25 {
   font-size: calc(18px + 7 * (100vw - 375px) / 1011);
   line-height: 1.25;
}
.txt_30 {
   font-size: calc(18px + 12 * (100vw - 375px) / 1011);
   line-height: 1.25;
}
.txt_40 {
   font-size: calc(22px + 18 * (100vw - 375px) / 1011);
   line-height: 1.25
}
@media screen and (min-width: 1386px) {
   .txt_14 {
      font-size: 14px;
   }
   .txt_16 {
      font-size: 16px;
   }
   .txt_20 {
      font-size: 20px;
   }
   .txt_25 {
      font-size: 25px;
   }
   .txt_30 {
      font-size: 30px;
   }
   .txt_40 {
      font-size: 40px;
   }
}

.on768 {
   display: none;
}
.on480 {
   display: none;
}
@media screen and (max-width: 768px) {
   .off768 {
      display: none;
   }
   .on768 {
      display: block;
   }
}
@media screen and (max-width: 480px) {
   .off480 {
      display: none;
   }
   .on480 {
      display: block;
   }
}

.al_left {
text-align:left
}

.main {
	display:block;
	width:1040px;
	border:none;
	text-align:center;
margin-right:auto;
margin-left:auto;
padding-top:80px;
}

.main100 {
	display:block;
	width:100%;
	background-color:#FFF;
	text-align:center;
padding:30px 0;
}

.main100_g {
	width:100%;
	background-color:#EAE8E8;
	text-align:center;
padding:30px 0;
}

.top_img {
	text-align: center;
	width: 100%;
	display: block;
	/*margin-left: auto;
	margin-right: auto;*/
	position: fixed;
	top: -50px;
 	overflow: hidden;
	z-index: -1;
}

.top_img_h{
	height:260px;
	background-color: inherit;
}

.template_box_l {
	display:flex;
	width:1040px;
justify-content: space-between;
flex-wrap: wrap;
	vertical-align: top;
margin-top:20px;
}

.template_box_s {
	display:block;
	width:200px;
	vertical-align: top;
font-size:10px;
text-align:left;
margin-bottom:80px;
}

.template_box_s .al_cent {
	text-align:center;
}

.template_box_s img.temp_img {
margin-bottom:10px;
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

.template_box_s img.temp_img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	opacity: 1.0;
}

.temp_ura img{
	margin-top:-80px;
}


.mds_box {
	display:block;
	z-index:9;
}

.price_box {
	display:block;
	margin-top:-20px;
	margin-bottom:80px;
	z-index:1;
}

.blue {
color:#054AD3;
}

.line_gray {
display:block;
width:100%;
border-top:solid 1px #666;
margin:10px auto 50px auto;
}

.price_box_l {
display:flex;
width:1040px;
justify-content: space-between;
flex-wrap: wrap;
vertical-align: top;
margin:20px auto 80px auto;
}

.price_box_s {
	display:block;
	width:500px;
	vertical-align: top;
font-size:13px;
text-align:right;
margin-bottm:80px;
}

.price_box_s_tr {
	text-align:left;
}

.price_box_s table, .price_box_s th, .price_box_s td {
border-collapse: collapse;
border: 1px solid #fff;
width:500px;
padding:10px;
}

.price_box_s table td.price_cell {
text-align: right;
}

.price_box_l table.left th {
width:125px;
background-color:#FFF;
text-align:center;
}
.price_box_l table.left th.title_left{
	background-color:#FCE3D2;
	text-align:left;
}


.price_box_l table.left td {
width:125px;
}

.price_box_l table.left tr:nth-child(odd) {
background-color:#FFF4EB;
}

.price_box_l table.left tr:nth-child(even) {
background-color:#F7F7F7;
}


.price_box_l table.right th {
width:125px;
background-color:#FFF;
text-align:center;
}


.price_box_l table.right td {
width:125px;
}

.price_box_l table.right tr:nth-child(odd) {
background-color:#F0FCFB;
}
.price_box_l table.right tr:nth-child(even) {
background-color:#F7F7F7;
}


  .paper_box table
, .paper_box th
, .paper_box td {
border-collapse: collapse;
border: 1px solid #EAE8E8;
padding:10px;
background-color:#FFF;
text-align:left;
}

.paper_box th{
background-color:#EAE8E8;
border: 1px solid #FFF;
text-align:center;
}

.paper_box table{
	margin-top:50px;
	margin-bottom:50px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}


/*ヘッダー固定2行目*/
#directory_link{
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  line-height:35px;
}

#directory_link_in{
   margin: 0 auto;
   padding: 0;
   width: 100%;
   text-align:left;
}

#directory_link.directory_link_fixed {
	position: fixed;
	top: 0;
}

#g_navi ul.navi_base {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

ul.navi_base {
	float:right;
}

ul.navi_base li {
	float: left;
	display: block;
	margin-left:50px;
}

ul.navi_base li a {
	text-decoration: none;
    line-height:35px;
	font-weight:bold;
}

#temp_o , #temp_u , #price , #print_pr , #deli_pr , #opti_pr , #flow , #paper {
/*margin-top:-100px;*/
/*padding-top:100px;*/
z-index:9;
}

/*
ボタン
-------------------------------------------*/
a.btn_01 {
	font-size: 16px;
	color: #FFF;
	display: block;
	padding: 5px;
	border: 2px solid #FFF;
	line-height: 25px;
	width: 250px;
	letter-spacing: 1px;
	text-align: center;
	background-color:#666666;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
}

a.btn_01:hover {
	color: #666666;
	border: 2px solid #666666;
	background-color: #FFF;
	text-decoration: none;
}

a.btn_02 {
	font-size: 16px;
	color: #666666;
	display: block;
	padding: 5px;
	border: 2px solid #666666;
	line-height: 25px;
	width: 250px;
	background-color: #FFF;
	letter-spacing: 1px;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
}

a.btn_02:hover {
	color: #FFF;
	border: 2px solid #FFF;
	background-color:#666666;
	text-decoration: none;
}

.btn_01 input[type=submit] {
	font-size: 16px;
	color: #FFF;
	display: block;
	padding: 5px;
	border: 2px solid #FFF;
	line-height: 25px;
	width: 200px;
	letter-spacing: 1px;
	text-align: center;
	background-color:#666666;
    margin: 10px 0;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-image:none;
	font-weight:normal;
}

.btn_01 input[type=submit]:hover {
	color: #666666;
	border: 2px solid #666666;
	background-color: #FFF;
	text-decoration: none;
	opacity: 1.0;
}

/*
card_p/detail
-------------------------------------------*/

.card_box {
display:flex;
width:1040px;
justify-content: space-between;
}

.card_img {
	display:block;
width:500px;
justify-content: space-between;
}

.card_img img{
margin-top:-100px;
width:500px;
}

.card_img img.tate{
margin-top:0;
}

.card_img img.second{
margin-top:-160px;
}

.card_img img.second.tate{
margin-top:-80px;
}

.card_img_ura {
display:block;
width:100%;
justify-content: space-between;
}
.card_img_ura .img_box{
	float:left;
}

.card_img_ura img{
width:500px;
margin-bottom:-80px;
margin-top:-60px;
margin-left:10px;
}

.card_thumb {
display:block;
width:150px;
text-align:left;
padding-left:5px;
}

.card_thumb img{
margin-top:-30px;
width:120px;
}
.card_thumb img.tate{
margin-top:0;
}

.card_form {
display:block;
width:390px;
text-align:left;
}

.card_form table{
width:390px;
}

.card_form table td{
padding:15px 10px;
}

.card_form table td:nth-child(odd) {
font-weight:bold;
}

.card_form table.option{
	border: solid 1px #666666;
	padding:10px 15px;
	margin-bottom:30px;
}

.card_form table.option th{
padding:3px 0;
font-size:13px;
}

.card_form table.option td{
padding:3px 10px;
font-size:12px;
}

.card_form table.option td:nth-child(odd) {
font-weight: normal;
}

.txt_recommend{
display:block;
margin:30px 0px;
	font-weight: bold;
}

.card_order_form {
display:block;
width:100%;
text-align:left;
}

.card_order_form table{
width:100%;
}

.card_order_form table td{
padding:15px 10px;
}

.card_order_form table td:nth-child(odd) {
font-weight:bold;
}

/*
works 20180626
-------------------------------------------*/
.works_btn_box{
display:flex;
width:1040px;
margin-bottom: 100px;
justify-content: space-between;
}

.works_btn{
display:block;
padding:15px;
width:auto;
border:2px solid #000;
}

.works_thumb{
display:block;
width:240px;
height:180px;
margin-bottom: 120px;
}

.works_thumb_caption{
display:block;
width:240px;
text-align:left;
font-size:10px;
line-height:250%;
}

.works_thumb img{
width:240px;
height:180px;
/*border:1px solid #DBDCDC;*/
}


.works_box{
display:grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
/* width:1040px; */
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
text-align:left;
}

.works_box_s {
display:block;
width:500px;
margin :10px;
}

.works_box_s img{
margin-top: -100px;
padding-top: 100px;
}

.works_box_txt {
display:block;
width:500px;
padding :20px;
font-size: 12px;
text-align:left;
line-height:250%;
margin:10px;
}

.works_caption {
display:block;
width:500px;
margin :20px 0 30px;
text-align: left;
font-size:13px;
}

.works_box_txt p{
padding-left:-10px;
}

/*
order 20181105
-------------------------------------------*/
.main700{
display: block;
width:720px;
margin:0px auto;
text-align: center;
}

.main700 a{color:#000;text-decoration:none;}
/*.main700 a:visited { color:#000 } */
.main700 a:hover{color:#666;}
.main700 a:active, a:focus {outline: 0;}
.main700 a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.main700 p{
margin: 20px 0;
}

.txt_12_b {
font-size: 12px;
font-weight: bold;
line-height: 110%;
}

.txt_15_b {
font-size: 15px;
font-weight: bold;
line-height: 110%;
letter-spacing: 0.05em;
}

.txt_16_b {
font-size: 16px;
font-weight: bold;
line-height: 110%;
letter-spacing: 0.05em;
}

.txt_20_b {
font-size: 20px;
font-weight: bold;
}

.txt_32_b {
font-size: 32px;
font-weight: bold;
}

.txt_red {
color: #ff1200;
}

.txt_pink {
color: #ec21a4;
}

.txt_9 {
font-size: 9px;
margin-top:15px;
}

.box_center {
display: flex;
justify-content: center;
align-items: center;
}

.select_plan {
display: block;
width: 170px;
border: solid 1px #e9c912;
background-color: #e9c912;
margin: 10px;
padding: 10px;
text-align: center;
float: left;
position: relative;
z-index: 0;
}

.arrow_under_6 {
display: block;
height: 6px;
width: 12px;
position: absolute;
right: 10px;
bottom: 20px;
}

.arrow_under_yellow_r {
display: block;
height: 100%;
width: 50%;
float: right;
background-image: linear-gradient(to top right,transparent, transparent 49%,#e9c912 49%, #e9c912 51%,transparent 51%, transparent);
}

.arrow_under_yellow_l {
display: block;
height: 100%;
width: 50%;
float: right;
background-image: linear-gradient(to top left,transparent, transparent 49%,#e9c912 49%, #e9c912 51%,transparent 51%, transparent);
}

.select_plan .box_ro_01 {
position: absolute;
top: -40px;
display: none;
width: auto;
background-color: #ffffd1;
font-weight: bold;
padding: 10px;
z-index: 10;
text-align: center;
white-space: nowrap;
}

.select_plan .box_ro_02 {
position: absolute;
top: -70px;
display: none;
width: auto;
background-color: #fcc8e5;
font-weight: bold;
padding: 10px;
z-index: 10;
text-align: center;
white-space: nowrap;
}

.select_plan .box_ro_03 {
position: absolute;
top: -60px;
display: none;
width: auto;
background:linear-gradient( to right, #fbcf00, #fffcd1, #cb9b0c, #f3e18b, #fffcd1);
font-weight: bold;
padding: 10px;
z-index: 10;
text-align: center;
white-space: nowrap;
}

.select_plan:hover .box_ro_01 {
display:block;
}
.select_plan:hover .box_ro_02 {
display:block;
}
.select_plan:hover .box_ro_03 {
display:block;
}

.ttl_plan_01 {
display: block;
width: 720px;;
background-color: #ffffd1;
padding:10px 0;
text-align: center;
font-size: 20px;
font-weight: bold;
margin: 10px 0;

}

.ttl_plan_02 {
display: block;
width: 720px;;
background-color: #feeff9;
padding:10px 0;
text-align: center;
font-size: 20px;
font-weight: bold;
margin: 40px 0 10px 0;
}

.ttl_plan_03 {
display: block;
width: 720px;;
background-color: #d2f5e4;
padding:10px 0;
text-align: center;
font-size: 20px;
font-weight: bold;
margin: 40px 0 10px 0;
}

.box_plan {
justify-content: center;
width: 720px;
position: relative;
}


.box_plan_01 {
display: block;
width: 230px;
background-color: #ffff12;
text-align: center;
position: relative;
z-index: 100;
margin:30px 10px 0 0;
padding-top:10px;
float: left;
}

.box_plan_01 .box_content {
display: block;
width: auto;
height: 190px;
background-color: #ffffd1;
text-align: left;
position: relative;
padding: 15px 8px;
font-size: 12px;
margin-top: 10px;
}
.box_plan_01.box_plan_green p.txt_16_b {
    height: 35px;
}
p.time-plan-main {
    margin: 8px 0;
}
p.time-plan-plain {
    margin: 8px 0;
    font-size: 10px;
}
.box_plan_02 {
display: block;
width: 230px;
background-color: #ffe2c0;
text-align: center;
position: relative;
z-index: 100;
margin:30px 10px 0 0;
padding-top:10px;
float: left;
}
.box_plan_02_right{
margin-right: 0;
}
.box_plan_02 .box_content {
display: block;
width: auto;
height: 190px;
background-color: #fff5da;
text-align: left;
position: relative;
padding: 15px 8px;
font-size: 12px;
margin-top: 10px;
}
.box_plan_02.box_plan_green p.txt_32_b {
    margin-bottom: 80px;
}

.box_plan_01 .box_content_green ,
.box_plan_02 .box_content_green{
background-color: #ebfff4;
}

.box_plan_pink{
background-color: #fcc8e5;
}
.box_plan_blue{
background-color: #6ce0ff;
}
.box_plan_gold{
background-image: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
}
.box_plan_green{
background-color: #aff2cf;
}

.box_plan_03 {
display: block;
width: 433px;
background-color: #fcc8e5;
text-align: center;
line-height: 100%;
position: relative;
z-index: 100;
margin:50px 10px 0 0;
padding:15px;
float: left;
}

.box_plan_04 {
display: block;
width: 197px;
background:linear-gradient( to right, #fbcf00, #fffcd1, #cb9b0c, #f3e18b, #fffcd1);
text-align: center;
line-height: 100%;
position: relative;
z-index: 100;
margin-top:50px;
padding:15px;
float: left;
}

.box_content ul {
list-style-type: none;
}


.balloon_01 {
 	position: absolute;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 0 5px;
padding-top: 15px;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #ffff12;
	font-size: 15px;
	font-weight: bold;
line-height: 100%;
vertical-align: middle;
	background: #ff1200;
	border-radius: 50%;
white-space: nowrap;
	box-sizing: border-box;
left: -10px;
top: -50px;
z-index: 110;
}

.balloon_01:before{
	content: "";
	position: absolute;
	bottom: -6px;
	right: -6px;
	margin-top: -15px;
	border: 10px solid transparent;
	border-left: 10px solid #ff1200;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
z-index: 110;
}

.box_plan_01 .arrow_under_12 {
display: block;
height: 12px;
width: 24px;
position: absolute;
left: 88px;
top: -2px;
border-top: solid 2px #ffff12;
}

.box_plan_02 .arrow_under_12 {
display: block;
height: 12px;
width: 24px;
position: absolute;
left: 88px;
top: -2px;
border-top: solid 2px #ffe2c0;
}

.box_plan_01 .arrow_under_r {
display: block;
height: 100%;
width: 50%;
float: right;
background-image: linear-gradient(to top right,transparent, transparent 48%,#ff1200 48%, #ff1200 56%,transparent 56%, transparent);

}

.box_plan_01 .arrow_under_l {
display: block;
height: 100%;
width: 50%;
float: right;
background-image: linear-gradient(to top left,transparent, transparent 48%,#ff1200 48%, #ff1200 56%,transparent 56%, transparent);
}

.box_plan_02 .arrow_under_r {
display: block;
height: 100%;
width: 50%;
float: right;
background-image: linear-gradient(to top right,transparent, transparent 48%,#ff8a00 48%, #ff8a00 56%,transparent 56%, transparent);
}

.box_plan_02 .arrow_under_l {
display: block;
height: 100%;
width: 50%;
float: right;
background-image: linear-gradient(to top left,transparent, transparent 48%,#ff8a00 48%, #ff8a00 56%,transparent 56%, transparent);
}

.balloon_02 {
 	position: absolute;
	display: inline-block;
	margin: 0.5em 15px 1.5em 0;
	padding: 0 5px;
padding-top: 23px;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
line-height: 100%;
vertical-align: middle;
	background: #12b9b4;
	border-radius: 50%;
white-space: nowrap;
	box-sizing: border-box;
left: -10px;
top: -50px;
z-index: 110;
}


.balloon_02:before{
	content: "";
	position: absolute;
	bottom: -6px;
	right: -6px;
	margin-top: -15px;
	border: 10px solid transparent;
	border-left: 10px solid #12b9b4;
	z-index: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
z-index: 110;
}

.box_plan_01 .line_01 {
display:flex;
justify-content: center;
align-items: center;
border-top: solid 2px #ff1200;
height: 12px;
width: 200px;
margin: 10px 15px 0px 15px;
position: relative;
}
.line_pink {
display:flex;
justify-content: center;
align-items: center;
border-top: solid 2px #ec21a4;
height: 12px;
width: 200px;
margin: 10px 15px 0px 15px;
position: relative;
}
.line_blue {
display:flex;
justify-content: center;
align-items: center;
border-top: solid 2px #3ab5e2;
height: 12px;
width: 200px;
margin: 10px 15px 0px 15px;
position: relative;
}
.line_black {
display:flex;
justify-content: center;
align-items: center;
border-top: solid 2px #000000;
height: 12px;
width: 200px;
margin: 10px 15px 0px 15px;
position: relative;
}
.line_green {
display:flex;
justify-content: center;
align-items: center;
border-top: solid 2px #00caaf;
height: 12px;
width: 200px;
margin: 10px 15px 0px 15px;
position: relative;
}

.box_plan_02 .line_01 {
display:flex;
justify-content: center;
align-items: center;
border-top: solid 2px #ff8a00;
height: 12px;
width: 200px;
margin: 10px 15px 0px 15px;
position: relative;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

table.t_plan{
display: block;
width:100%;
margin: 10px 0 0 0;
border-collapse: collapse;
text-align: center;
table-layout: fixed;
}


table.t_plan th {
width: 234px;
background-color: #f2f2f2;
border: solid 1px #b3b3b3;
text-align: center;
vertical-align: middle;
}


table.t_plan td {
width:33%;
border: solid 1px #b3b3b3;
text-align: center;
vertical-align: middle;
}

table.t_plan tr {
border: solid 1px #b3b3b3;
height: 50px;
}

.order-btn a {
		background-color: #ff8c00;
		color: #fff;
		font-size: 120%;
		padding: 10px 50px;
		text-align: center;
		-webkit-transition: .3s ease all;
		-moz-transition: .3s ease all;
		-o-transition: .3s ease all;
		transition: .3s ease all;
	}
.order-btn a:hover {
		background-color: #ffa500;
		color: #fff;
	}

.btn_order {
display:block;
width: 300px;
color: #fff;
font-size:24px;
font-weight: bold;
background-color: #e74219;
padding: 10px 0;
text-align: center;
margin: 30px auto;
}


.box_note {
display: block;
font-size: 11px;
}

.box_note ul {
list-style-type: none;
text-align: left;
}

#footer .copyright{
margin: 0 auto;
color: #fff;
}

.ltw_item_cart .opt_field{
padding: 0 20px 10px 20px;
}
.ltw_item_cart label, .ltw_item_cart input {
  display: block;
}
.ltw_item_cart label{
font-weight: bold;
}
#right_column_common_in02 p{
padding: 20px;
font-size: 12px;
}

#right_column_in a.logo_detail {
margin:8px auto 0 auto;
display:block;
width:170px;
text-align: center;
font-size: 13px;
	color: #808080;
	padding: 4px 0;
	/*background-color: #fff;*/
	border: solid 1px #808080;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
#right_column_in a.logo_detail:hover {
	background-color: #808080;
	text-decoration: none;
	color: #fff;
}

#right_column_in a{
	color: #808080;
	text-decoration: none;
}
#right_column_in a:hover {
	color: #262626;
	text-decoration: underline;
}

.copyright{
clear: both;
}

.footer_box  {
clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding-top: 30px;
}

.footer_box .box_in .foot_right {
	float: right;
	width: 240px;
}
.footer_box .box_in .foot_right p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 30px;
	color: #fff;
}
.footer_box .box_in .foot_right a{
color: #fff;
}

.footer_box .box_in ul {
	display: block;
	float: left;
	width: 220px;
	margin-right: 20px;
}

.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.footer_box ul li .li_title {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #49697A;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
}

.footer_box ul li a {
	color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	background-image: url(images/li_w.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 13px;
	line-height: 22px;
}
.footer_box ul li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.footer_box ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_box ul li ul {
	width: 100% !important;
}

address {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
}
p.t_plan_note {
    margin: 3px 0 20px 0;
    text-align: left;
    font-size: 10px;
}

input {
   border: 1px solid black;
   border-radius: 5px;
}
input[type="radio"] {
   margin: 5px;
}