@charset "utf-8";

html{
	width:100%;
	height:100%;
}
body {
	background:none #fff;
	font-family:'Lucida Grande','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size:small;
	line-height:1.5;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
div,p,li
{
	box-sizing: border-box;
}

.pc_hide{
	display: none;
}

.sp_hide{
	display: inline-block;
}

.hidden{
	display:none;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
input[type="text"],select,textarea {
	font-family:'Lucida Grande','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size:small;
}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
	margin:0 1em;
	font-family:'Lucida Grande','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size:small;
	line-height:1.5;
}
img{
	border:none;
}
a{
	color: #3366CC;
	text-decoration: none;
}
a:hover{
	color: #993300;
	text-decoration: underline;
}
em{
	font-style:normal;
}
p{
	margin:1em;
	line-height:1.5;
}
th,td{
	vertical-align:top;
}
thead tr th{
	text-align:center;
}
tbody tr th{
	text-align:left;
}

fieldset{
	padding: 0.5em;
}
legend{
	margin:0 0 0 8px;
}
h1{
	margin:0;
	padding:0;
}
dl{
	margin:0;
}
form{
	margin:0;
	padding:0;
	display:inline;
}

input.free_text, textarea.free_text{
	ime-mode:active;
}
input.ascii_text, textarea.ascii_text{
	ime-mode:inactive;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* common */
#loading{
	display:none;
}
#loading div{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:black;
	opacity: 0.60;
	filter:alpha(opacity=60);
	z-index:80000;
}
#loading p{
	position: fixed;
	top:50%;
	left:50%;
	background:transparent url("images/loading.gif") center center no-repeat;
	width:128px;
	height:128px;
	margin:-64px 0 0 -64px;
	z-index:80001;
}

#site_contents{
	width:100%;
	height:100%;
	position:static;
	padding:0;
	margin:0;
}
body.sb.csb{
	background:url(images/bg_wall_l.jpg);
}
body.sb.csb #site_contents{
	width:950px;
	margin:0 auto;
	background:url(images/bg_body.png) transparent repeat-y;
}
body.sb.nsb #site_contents{
	height:auto;
}

#header{
	width:950px;
	position:relative;
	padding:0;
	margin:0 auto 7px;
	height:101px;
	clear:both;
	background:none #fff;
}
#hnavi{
	height:70px;
	width:100%;
	position:static;
}
#hnavi h1{
	margin:0;
	padding:0;
	float:left;
}
#hnavi h1 a, #hnavi_logo{
	background:url("images/hn_logo.jpg") no-repeat;
	width:157px;
	height:70px;
	line-height:70px;
	margin:0;
	padding:0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display:block;
	font-size:1px;
}
body.test #hnavi h1 a, body.test #hnavi_logo{
	background-image:url("images/hn_logo_test.jpg");
}
#hnavi_logo{
	float:left;
	margin:0 0 0 10px;
}

#sys_news{
	float:left;
	width:312px;
}
#sys_news ul{
	list-style-type:none;
	margin:0;
	padding:0;
	height:37px;
	width:100%;
}
#sys_news ul li{
	display:block;
}
#sys_news p{
	background:url("images/hn_cp.png") no-repeat;
	width:312px;
	height:33px;
	line-height:33px;
	margin:0;
	padding:0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display:block;
	font-size:1px;
}

#pmenu{
	float:right;
	margin:0;
	padding:4px 0 0 0;
}
#pmenu ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0 24px 0 0;
	padding:0;
	text-align:right;
	float:left;
}
#pmenu li{
	display:block;
	position:relative;
}
#pmenu li a{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	display:block;
}
#pmenu_mybox{
	background:url("images/gn_mybox_empty.png") 0 0 no-repeat;
	width:126px;
	height:46px;
}
#pmenu_mybox.mybox_in{
	background:url("images/gn_mybox_in.png") 0 0 no-repeat;
}
#pmenu_mybox:hover{
	background-position:-126px 0;
}
li#pmenu_mybox a{
	position:relative;
}
li#pmenu_mybox span{
	text-align:center;
	color:#333333;
	text-decoration:none;
	font-size:16px;
	line-height:23px;
	font-weight: bold;
	letter-spacing: -0.1em;
	position:absolute;
	width: 29px;
	height:23px;
	top: 13px;
	left: 17px;
}
li#pmenu_mybox:hover span{
	color:white;
}

#pmenu_info{
	background:url("images/gn_logininfo.png") 0 0 no-repeat;
	width:131px;
	height:64px;
}

#gnavi{
	clear:both;
	height:27px;
	width:100%;
	background:url("images/gn_bg.jpg") no-repeat;
	display:block;
	margin:0 auto;
	padding:0;
	position:static;
}
#gnavi ul{
	display:inline-block;
	/display:inline;
	/zoom:1;
	height:27px;
	width:892px;
	float:left;
	margin:0 0 0 31px;
	padding:0;
}
#gnavi li{
	display:block;
	width:125px;
	height:27px;
	float:left;
	margin:0 1px 0 0;
	padding:0;
	background:url("images/gn_front.png") no-repeat;
	background-repeat:no-repeat;
}
body.sb #header{
	height:auto;
}
body.sb #pmenu{
	padding:10px 0 0 0;
}
body.sb #pmenu ul{
	margin:0 10px 0 0;
}

body.sb #gnavi{
	background:url("images/gn_bg.png") repeat-x;
	height:40px;
	margin:0 5px;
	width:auto;
}
body.sb #gnavi ul{
	width:940px;
}
body.sb #gnavi ul, body.sb #gnavi li{
	height:auto;
	background:none transparent;
	margin:0;
	text-align:center;
	font-weight:bold;
}
body.sb #gnavi li:hover{
	background:url("images/gn_bg_h.png") repeat-x;
}
#gnavi li a{
	width:100%;
	height:100%;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:1px;
}
body.sb #gnavi li a{
	color:#fff;
	line-height:40px;
	font-size:100%;
	text-indent:0;
	text-decoration:none;
}
li#gnavi_home{
	background-position:0 0;
}
li#gnavi_home:hover{
	background-position:0 -27px;
}
li#gnavi_howto{
	background-position:-375px 0;
}
li#gnavi_howto:hover{
	background-position:-375px -27px;
}
li#gnavi_ref{
	background-image:url("images/gn_ref.jpg");
}
li#gnavi_inquiry{
	background-position:-125px 0;
}
li#gnavi_inquiry:hover{
	background-position:-125px -27px;
}
li#gnavi_shop{
	background-position:-250px 0;
}
li#gnavi_shop:hover{
	background-position:-250px -27px;
}
li#gnavi_login{
	background:url("images/gn_login.png") no-repeat;
	background-position:0 0;
	float:right;
}
li#gnavi_login:hover{
	background-position:0 -27px;
}
li#gnavi_logout{
	background:url("images/gn_login.png") no-repeat;
	background-position:-125px 0;
	float:right;
}
li#gnavi_logout:hover{
	background-position:-125px -27px;
}
#gsrch{
	position:display;
	float:right;
	margin:0;
	padding:0;
}
#gsrch form{
	margin:0;
	padding:0;
	position:relative;
	top:0;
	right:0px;
}
#gsrch input[type="text"]{
	width:150px;
	height:20px;
	line-height:20px;
	font-size:20px;
	margin:6px 0 0 0;
}
#gsrch button{
	margin:6px 6px 0 4px;
	background-color:#9f9fa0;
	color:#fff;
	width:81px;
	height:18px;
	border-style:none;
	cursor:pointer;
	text-align:center;
}

#site_sidebar{
	width:210px;
	float:left;
	background:url(images/bg_body.png) transparent repeat-y left;
	margin:0 0 50px 0;
}
#site_sidebar h2{
	background:url(images/sb_head.png) no-repeat;
	width:200px;
	height:52px;
	margin:0;
	padding:0 0 0 15px;
	font-size:130%;
	line-height:46px;
	color:#fff;
}
#site_sidebar ul{
	list-style-type:none;
	margin:0 0 2em 10px;
	padding:0;
}
#site_sidebar h3{
	margin:0.5em 12px 0.5em 5px;
	font-size:100%;
	line-height:2em;
	background:#d1bea9;
	padding:0 0 0 4px;
}
#site_sidebar h3.sb_all_list{
	background:transparent;
	border-bottom:2px dotted #ccc;
}
#site_sidebar h3 a{
	color:#444;
	display:block;
	text-decoration:none;
}
#site_sidebar ul ul{
	margin:0 12px 0 10px;
}
#site_sidebar ul ul li{
	margin:0 0 0.5em 0.8em;
	list-style-type:disc;
	list-style-position:outside;
	color:#ccc;
}
#site_sidebar ul ul li a{
	color:#444;
	display:block;
	padding:0 0 0 2px;
	text-decoration:none;
}
#site_sidebar h3 a:hover,#site_sidebar ul ul li a:hover{
	background:#eebb4d;
}

#site_sidebar .sb_policys{
	background:#eaeaea;
	padding:1em 1em 1em 2em;
	list-style-position:outside;
	list-style-type:disc;
	margin:0 0 0 5px;
	color:#ccc;
}
#site_sidebar .sb_policys a{
	color:#444;
	display:block;
}
#site_sidebar p{
	margin:0;
}

#site_content{
	float:left;
	width:720px;
	background:url(images/bg_body.png) transparent repeat-y right;
	padding:0 5px 0 15px;
}
body.sb.nsb #site_content{
	background:none;
	width:auto;
	float:none;
}

#contents{
	position:static;
	width:auto;
	margin:0 auto;
	padding:0;
}
body.sb #contents{
	width:auto;
	margin:0;
	padding:0;
}
#contents_doc{
	position:relative;
	width:950px;
	margin:2px 0 0 0;
	padding:0;
	clear:both;
}

#my_contents{
	position:relative;
	width:950px;
	margin:2px 0 0 0;
	padding:0;
	clear:both;
}

#lmenu{
	float:left;
	margin:0;
	padding:0;
	width:167px;
	position:relative;
	font-size:90%;
}
#lmenu_scene_t,#lmenu_season_t{
	width:167px;
	height:32px;
	line-height:32px;
	margin:0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:1px;
}
#lmenu dd{
	margin:0 10px 20px 15px;
	padding:0;
}
#lmenu_scene_t{
	background-image:url("images/sb_s.jpg");
}
#lmenu_season_t{
	background-image:url("images/sb_e.jpg");
}
#lmenu li{
	height:2.6em;
	background-repeat:no-repeat;
	background-position:right 2px;
	line-height:1.2em;
}
#lmenu dd ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}
#lmenu dd li{
	margin:0;
	padding:2px 0 1px 2px;
	border-top:2px dotted #808080;
}
#lmenu dd li:hover{
	background-color:#fad588;
}
#lmenu dd li.lmenu_branch_end{
	border-bottom:2px dotted #808080;
}
#lmenu dd li a{
	color:#808080;
	display:block;
	width:100%;
	height:100%;
}
#lmenu dd li a:hover{
	text-decoration:none;
}

#lmenu dd li a span{
	display:block;
	width:2em;
	margin:0 1em 0 0;
	color:#7f3131;
	font-weight:bold;
}
#sb_21{
	background-image:url("images/sb_b21.jpg");
}
#sb_22{
	background-image:url("images/sb_b22.jpg");
}
#sb_23{
	background-image:url("images/sb_b23.jpg");
}
#sb_24{
	background-image:url("images/sb_b24.jpg");
}
#sb_25{
	background-image:url("images/sb_b25.jpg");
}
#sb_26{
	background-image:url("images/sb_b26.jpg");
}
#sb_27{
	background-image:url("images/sb_b27.jpg");
}
#sb_28{
	background-image:url("images/sb_b28.jpg");
}
#sb_29{
	background-image:url("images/sb_b29.jpg");
}
#sb_30{
	background-image:url("images/sb_b30.jpg");
}
#sb_31{
	background-image:url("images/sb_b31.jpg");
}
#sb_32{
	background-image:url("images/sb_b32.jpg");
}

#rmenu_append{
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	display:block;
	font-size:80%;
}
#rmenu_append>li{
	margin:8px 0 0 0;
	display:block;
}
#page{
	width:783px;
	float:left;
}

#footer{
	background:url("images/ft_bg.gif") repeat-x;
	display:block;
	clear:both;
	width:100%;
	height:108px;
	margin:0;
	padding:0;
	font-size:90%;
	position:relative;
}
#footer div{
	width:100%;
	margin:0 auto;
	position:relative;
	bottom:0;
	padding:50px 0 0 0;
}
#footer ul:before{
	/*position:absolute;
	background:url("images/ft_bg_op.png") no-repeat;
	width:220px;
	height:108px;
	display:inline-block;
	/display:inline;
	/zoom:1;
	left:0;
	top:0;
	content:"";*/
}
#footer ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0 auto 8px;
	padding:0;
	display:block;
	text-align:center;
}
#footer li{
	display:inline-block;
	/display:inline;
	/zoom:1;
	padding:0 1em;
	margin:0;
	border-right:1px solid #000;
}
#footer li.footer_branch_end{
	border-right-style:none;
}
#footer li a{
	color:#000;
	text-decoration:none;
}
#footer li a:hover{
	color:#930;
	text-decoration:underline;
}
#copyright{
	display:block;
	margin:0 auto;
	padding:0;
	clear:both;
	text-align:center;
	bottom:0;
}


body.sb #header, body.sb #contents, body.sb #footer{
	background:none transparent;
}
#site_footer{
	margin:50px 0 0 0;
	background:#482a07;
	position:static;
	clear:both;
}
#about_hohom{
	width:950px;
	margin:0 auto 1em;
	background:url(images/bg_footer_catch.png) no-repeat top right;
	color:#fff;
	position:relative;
	top:-30px;
}
#about_hohom h3{
	margin:0 0 0.5em 0;
	font-size:150%;
	padding:70px 0 0;
}
#about_hohom p{
	margin:0 0 0 1em;
	width:450px;
	font-size:100%;
	line-height:1.8em;
}

#footer_guide{
	background:#371f02;
	color:#fff;
}
#footer_guide a{
	color:#FFcF00;
}
#about_guide{
	width:950px;
	margin:0 auto;
}
#about_guide h3{
	font-size:150%;
	margin:0;
	padding:1em 0 0 0;
}
#about_guide_list{
	margin:0 -10px;
	padding:0;
	text-align:center;
}
#about_guide_list>li{
	background:#482a07;
	display:inline-block;
	width:290px;
	margin:0 10px;
	text-align:left;
	list-style-type:none;
	vertical-align: top;
}
#about_guide_list h4{
	font-size:125%;
	margin:0.5em 0 0.5em 1em;
}
#about_guide_list ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer_navi{
	padding:1em 0 2em 0;
}
#footer_navi ul{
	list-style-type:none;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#footer_navi li{
	display:inline-block;
	margin:0 1em;
}
#footer_navi li a{
	color:#fff;
}
body.sb #copyright{
	text-align:center;
	padding:1em 0 0;
}

h2.head_line{
	background:url(images/head_line.png) no-repeat;
	width:700px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:120%;
	margin:1em 0;
	padding:0 0 0 20px;
}

.pdt{
	margin:0 -3px;
}
.pdt li{
	border:1px dotted #ccc;
	padding:10px;
	margin:0 3px 2px;
	width:205px;
	color:#444;
	display:inline-block;
	vertical-align:top;
	height:25em;
}
.pdt li li{
	border:none;
	width:auto;
	color:#48220c;
	margin:0;
	padding:0;
	display:block;
	height:auto;
}
.pdt em{
	display:block;
	font-weight:bold;
}
.pdt a, .pdt input{
	float:left;
	display:inline-block;
}
.pdt img{
	width:172px;
	height:172px;
	margin:0 6px 0 0;
}
.pdt a img:hover{
	opacity:0.7;
}
.pdt i{
	width:25px;
	height:25px;
	background-image:url(images/product_types.png);
	background-repeat:no-repeat;
	display:inline-block;
	white-space:nowrap;
	text-indent:100%;
	overflow:hidden;
	vertical-align:middle;
}
.pdt_siz0{
	background-position:0 0;
}
.pdt_col0{
	background-position:0 -26px;
}
.pdt_txt0{
	background-position:0 -52px;
}
.pdt_pct0{
	background-position:0 -78px;
}
.pdt_frm0{
	background-position:0 -104px;
}
.pdt_otr0{
	background-position:0 -130px;
}
.pdt_siz1{
	background-position:-26px 0;
}
.pdt_col1{
	background-position:-26px -26px;
}
.pdt_txt1{
	background-position:-26px -52px;
}
.pdt_pct1{
	background-position:-26px -78px;
}
.pdt_frm1{
	background-position:-26px -104px;
}
.pdt_otr1{
	background-position:-26px -130px;
}
.pdt p{
	clear:both;
}
.pdt_sample{
	text-align:center;
	width:600px;
	margin:0 auto 1.5em;
}
.pdt_sample li{
	width:auto;
	border:none;
	margin:0 4px;
	padding:0;
	line-height:26px;
	height:auto;
}
#jump_to_top{
	background:#81341a;
	border-radius:5px;
	color:#ffffff;
	padding:10px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0.7;
}
#jump_to_top:hover{
	background:#c30d23;
	opacity:1.0;
}


.hidden{
	display:none;
}

.validate table th{
	width:16em;
	background-color:#e6ffe1;
	padding:0.5em 2px 0 1em;
	border:1px solid #ccc;
}
.validate input[name="email"]{
	width:400px;
	font-size:150%;
}
.validate input[name="member_name1"],.validate input[name="member_name2"],.validate input[name="member_kana1"],.validate input[name="member_kana2"]{
	width:10em;
}
.validate input[name="password"],.validate input[name="password_conf"]{
	width:14em;
}

.validate span.req{
	display:inline-block;
	/display:inline;
	zoom:1;
	background:url("images/req.gif") 0 0 no-repeat;
	width:32px;
	height:15px;
	line-height:15px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:1px;
	margin:4px 2px 0 0;
	padding:0;
}
.validate th span.req{
	float:right;
}
.validate span.ex{
	margin:0 0 0 1em;
	color:#666;
}
.validate label.error{
	color: #FF0000;
	display: block;
	font-weight: bold;
}
.validate .has_check>label.error{
	float:right;
}
ul.errors{
	background-color:#ffc;
	color:#f00;
	padding:0;
	list-style-position:inside;
}
ul.errors>li{
	margin:0;
	padding:0.5em;
}

#gsrch{
	display:none;
}

.point_hide{
	display:none;
}
#login_password{
	margin:0 0 1em 0;
}
#do_login{
	display:block;
	text-align:right;
}
#do_login button{
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:0 1em 0 0;
}
#do_login button[name="login_cancel"]{
}


ul.sns{
	list-style-type:none;
	clear:both;
	margin:0 auto;
	padding:10px 00;
	height:40px;
}
ul.sns li{
	display:block;
	float:left;
	cursor:pointer;
	margin:0 10px;
	padding:0;
	font-size:1px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
ul.sns li>a{
	display:block;
	height:18px;
}
ul.sns li.sns_twitter{
	background:url("images/social_button.png") 0 0 no-repeat;
	width:95px;
	height:18px;
}
ul.sns li.sns_twitter:hover{
	background-position:0 -18px;
}
ul.sns li.sns_facebook{
	background:url("images/social_button.png") -99px 0 no-repeat;
	width:95px;
	height:18px;
}
ul.sns li.sns_facebook:hover{
	background-position:-99px -18px;
}
ul.sns li.sns_mixi{
	background:url("images/social_button.png") -199px 0 no-repeat;
	width:95px;
	height:18px;
}
ul.sns li.sns_mixi:hover{
	background-position:-199px -18px;
}
ul.sns li.sns_amebanow{
	background:url("images/social_button.png") -299px 0 no-repeat;
	width:95px;
	height:18px;
}
ul.sns li.sns_amebanow:hover{
	background-position:-299px -18px;
}
ul.sns li.sns_bookmark{
	background:url("images/social_button.png") -400px 0 no-repeat;
	width:137px;
	height:18px;
	float:right;
}
ul.sns li.sns_bookmark:hover{
	background-position:-400px -18px;
}
ul.sns li.sns_line{
	background:url("images/social_button.png") -542px 0 no-repeat;
	width:95px;
	height:18px;
}
ul.sns li.sns_line:hover{
	background-position:-542px -18px;
}
ul.sns li.sns_fb_like, ul.sns li.sns_fb_share{
	text-indent:0;
}
ul.sns li.sns_google_plus{
	text-indent:0;
}

/*モバイル対応*/
#lp_order{
	background: white;/*背景上書き*/
}

.ord_area {
	position: relative;
	padding: 0 100px 0 100px;
}

#ordr {
	left: 0;
	width: 100%;
	height: 415px;/*html直書きのheightを消した上でのordvとの高さ合わせ*/
}
.ord_next button {
	/*background: url("../images/submit.png");*/
	border: 0;
	width: 290px;
	height: 85px;
	margin-top: 40px;/*決定するボタンの位置調整*/
}
ul.ord_list li {
	margin: 0 15px 0 15px;
}

.slick-prev, .slick-next {
	width:60px;
	height:60px;
	overflow: hidden;
}

button.slick-prev, button.slick-next {
	z-index:2;
}

.arrow_off{
	cursor:not-allowed;
}

.flow h4{
	color: #533;
	font-size: 200%;
	margin: 20px auto;
	width: 70%;
	padding: 10px;
	text-shadow: 0 0 2px #fff;
	border: 1px dashed #888;
	border-style: none none dashed none;
	line-height: 1em;
	text-align: center;
}

.flow li{
	float: left;
}
.flow ul{
	list-style: none;
	height: 30px;
	width: 237px;/*liタグの合計幅、可変値*/
	padding-left: 0;
	margin: 20px auto;
}
#ordv {
	/*background: url("../images/bg.gif");*/
	top: 120px;/*位置調整*/
	left: 0;
	width: 100%;
	padding-top: 30px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#header{
	width: 100%;
}
body{
	background: none;
}

#ordh {
	background: none;
	padding: 20px 0 0 0;
}
.order_summary {
	font-size: 100%;
	margin: 20px auto;
	padding: 0;
	text-align: center;
	font-size: 1.6em;
}
ul.ord_list li em {
	font-size: 20pt;
	line-height: 2em;
	color: #61380f;
}
#ordf {
	background: none;
}
#ordf h3 {
	margin: 0 auto;
	text-align: center;
}

.inner {
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}


#global-nav ul {
	list-style: none;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
}
#global-nav ul li a {
	padding: 0 30px;
}

.container {
	font-size: 18px;
}

.intro__container {
  background-color: #ECE4C8;
}

.intro__deco--ribbon {
  position: relative;
  display: inline-block;
  margin: 45px 0 30px 0;
  padding: 8px 0;
  width: 90%;
  height: 60px;
  box-sizing: border-box;
  background: -moz-radial-gradient(#c00222, #6d0315);
  background: -webkit-radial-gradient(#c00222, #6d0315);
  background: radial-gradient(#c00222, #6d0315);
  box-shadow: -3px 7px 8px -4px rgba(0, 0, 0, 0.4);
}

.intro__deco--ribbon::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  box-sizing: border-box;
  border-top: 30px solid transparent;
  border-right: 30px solid #ECE4C8;
  border-bottom: 30px solid transparent;
}

.intro__title {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #fff;
  line-height: 2;
  text-indent: 1.5em;
  vertical-align: middle;
  border-top: 1px dashed #f0c505;
  border-bottom: 1px dashed #f0c505;
}

.intro__message {
  margin: 0 auto;
  width: 90%;
  color: #444;
  line-height: 1.5;
}

@media screen and (max-width:640px) {
	.container {
		font-size: 3vw;
	}
	#footer {
		font-size: 3vw;
	}
}
