@import url("font-awesome.min.css");
@import url("base.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700,900");

body{
	background: url(../../images/top_bg_part2.jpg);
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0em;
    text-indent: 0;
}

h2 {
	font-family: "Times New Roman", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, メイリオ, Meiryo, serif;
	font-size: 2.5em;
	line-height: 1.4em;
}

h3 {
	font-family: "Times New Roman", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, メイリオ, Meiryo, serif;
	font-size: 1.8em;
	line-height: 1.4em;
}

hr {
	margin: 3em 0;
    border-bottom: solid 1px #999999;
}

h3.sake_name {
	font-size: 3em;
	line-height: 1.2em;
	letter-spacing: 0;
	margin-bottom: 0.35em;
}

img {
    vertical-align: bottom;
}

p{margin: 0;}

#header {
    text-align: center;
	//background: url(images/bg_sand.png) #e1e1e1;
	background: url(../../images/front_bg.jpg);
    box-shadow: 0 -67px 200px -25px rgba(208, 142, 142, 1) inset;
    height: inherit;
    position: inherit;
}

#header h1{
    height: inherit;
    left: auto;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
}

#header h1 a{
    color: #333333 !important;
}

#header #nav {
    cursor: default;
    background-color: #333;
    //background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url(images/bg01.png);
    //background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url(images/bg01.png);
    //background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url(images/bg01.png);
    //background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.3)), url(images/bg01.png);
    padding: 0;
    text-align: center;
    position: relative;
    right: inherit;
}

#header #nav > ul {
    margin: 0;
}

#header #nav > ul > li {
    position: relative;
    display: inline-block;
    margin-left: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#header #nav > ul > li.current {
    font-weight: 600;
}

#header #nav > ul > li:first-child {
    margin-left: 0;
}

#logo{
	height: 90px;
}

#header #logo_wrap{
    padding-top: 35px;
    padding-bottom: 35px;
}

header.major {
    margin: 0 auto 0 auto;
    max-width: initial;
}

#banner {
    background-color: #cccccc;
    background-image: url(../../images/front.jpg);
    background-size: 100%;
    background-position: 25% bottom;
    padding: 15em 0;
}

.wrapper {
    padding: 4em 0;
}

.wrapper.style1, .wrapper.substyle2 {
    background: url(../../images/top_bg_part3.jpg);
}

.wrapper.style2 {
    background: url(../../images/top_bg_part1.jpg) #323232;
    background-attachment: fixed;
}

.wrapper.style2 h2{
	text-shadow: 1px 1px 10px #000000;
}

.wrapper.style2 .box {
    background: rgba(22,22,22,0.75);
    box-shadow: initial;
}


.wrapper.style3 .image.fit {
    display: block;
    margin: 0 0 1em 0;
    width: 100%;
}

.wrapper.style3, .wrapper.substyle{
    background: url(../../images/top_bg_part2.jpg);
}

.wrapper.style3 h2{
	text-shadow: 1px 1px 10px #ffffff;
}

header.major > :first-child:before, header.major > :first-child:after {
    display: none;
}

.button.alt {
	border-radius: 35px;
}

#front_gose_tourism .box {
    padding: 0;
    padding-bottom: 2em;
}

#front_gose_tourism h3 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

#front_gose_tourism p {
	padding-left: 1.5em;
	padding-right: 1.5em;
	text-align: left;
}

#front_sake_event p {
	text-align: left;
}

#update_info .update_pubdate{
	margin-bottom: 0;
	text-align: center;
	font-size: 1.2em;

}

.button.alt {
    background-color: #333333;
    color: white !important;
    box-shadow: inherit;
}

.button.alt:hover {
    //color: #333333 !important;
    background-color: #999999;
}

ul.labeled-icons li .icon {
    border-radius: 4px;
    position: absolute;
    top: 8px;
}

#footer {
	background: #443131;
	color: white;
	padding: 3em 0 3em 0;
}

#footer .row {
	margin-left: 0;
	margin-right: 0;
}

#footer ul.labeled-icons li {
    //border-top: solid 1px #888888;
    border-top: none;
    padding: 0.5em 0 0 2.5em;
    
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 1em;
	right: 1em;
	margin: 0;
	z-index: 10000;
}

.pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	line-height: 40px;
	border-radius: 40px;
}

#footer_logo{
	width: 200px;
	margin-bottom: 1em;
}

.sake_description {
	text-align: left;
}

.mobile_nobr{display: block}
.tablet_nobr{display: block}
header.major p {
	margin: 0 auto 1em auto;
}

.sake_description {
	margin-bottom: 1em;
}

.actions {
	margin-top: 3em; 
	text-align: center; 
	margin-bottom: 0;
}

ul.labeled-icons li .icon {
    background-color: white;
    color: #333333;
}

#navPanel {
    background: #443131;
}

#navPanel .link {
    color: #dddddd;
}

.dropotron li {
    padding-top: 0.2em;
    padding-bottom: 0;
}


.product_price_a {
	position: relative;
	font-size: 1.3em;
	color: #cc0000;
	font-weight: bold;
	font-family: sans-serif;
}

.product_price_a.product_vol {
	position: relative;
	font-size: 1.1em;
	color: #333333;
	font-weight: normal;
	font-family: initial;
}

.product_detail_table{
	font-size: 0.9em;
	width: 100%;
}

.product_detail_table th, .product_detail_table td{
	padding: 0.5em 0.7em;
}

.image.fit.product_thumbnail {
    margin: 0 1em 0.5em 0;
    width: 33%;
    float: left;
    z-index: 2;
}

.image.fit.product_thumbnail2 {
    margin: 0 1em 0.5em 0;
    width: 16.7%;
    float: left;
}

.product_list {
	margin-bottom: 1em;
}

.product_detail {
	display: none;
}

.product_ttl {
	//margin: 1.5em 0 0.5em 0;
	margin: 1.2em 0 1em 0;
	border-bottom: 1px solid #999999;
	padding-bottom: 0.3em;
}

.product_detail_table tbody tr td:first-child {
    width: 8em;
}

.product_detail_table.product_detail_table2 tbody tr td:first-child {
    width: auto;
}

.product_detail_table.product_detail_table2 tbody tr td:last-child {
    min-width: 6em;
}

table.product_detail_table.product_detail_table2.alt th {
    background-color: #666666;
    color: white;
    font-size: 1.1em;
}

.product_detail_open_btn span{
    display: inline-block;
    background: #333333;
    color: white;
    padding: 0.3em 1em;
    line-height: 2;
    margin-top: 0.5em;
    border-radius: 6px;
    cursor: pointer;
}

.product_explain_p, .product_explain_p2{
    margin-top: 0.5em;
    line-height: 1.45em;
}

.circle_ttl_wrap .square_ttl {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 55%;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background: #86a52e;
}
.circle_ttl_wrap{
	margin-bottom: 0.5em;
	display: inline-block;
}

.tourism2_thumb {
    width: 100%;
    border-radius: 8px;
}

.tourism_text {
    font-size: 1em;
    padding: 1em 0 1.2em;
    text-align: left;
}

.tourism_text h3 {
	margin-bottom: 0.5em;
}
div.tourism_ttl_wrap h3 {
    margin: 0;
    border-bottom: 1px dotted #999999;
    font-size: 1.2em;
    width: 100%;
    font-weight: bold;
    line-height: 1.2;
    
}

div.tourism_ttl_wrap {
    display: inline-block;
    //vertical-align: middle;
    //height: 40px;
    position: relative;
    //top: -40px;
    padding-left: 10px;
}

ul.recommend_food {
	margin-top: 0.35em;
	margin-bottom: 1em;
}

ul.recommend_food.labeled-icons li .icon:before {
    font-size: 22px;
}

ul.recommend_food.labeled-icons li .icon {
    border-radius: 20px;
    position: absolute;
    top: 8px;
}

ul.recommend_food.labeled-icons li .icon {
	background-color: #333333;
    color: #ffffff;
    cursor: pointer;
    font-size: 1em;
    height: 2.2em;
    left: 0;
    line-height: 2.2em;
    text-align: center;
    width: 2.2em;
}

.recommend_food .icon {
    text-decoration: none;
    border-bottom: none;
}

ul.recommend_food.labeled-icons li {
    border-top: none;
    padding: 1.25em 0 1.25em 2.35em;
    position: relative;
    display: inline-block;
}

p.tourism_season_parag {
    background-color: #333333;
    display: inline-block;
    color: white;
    padding: 0.2em 0.5em;
    border-radius: 5px;
    position: relative;
    margin-top: -0.5em;
    margin-bottom: 0.8em;
}

a.map_dl {
    background-color: #333333;
    color: #ffffff;
    cursor: pointer;
    font-size: 1em;
    height: 2.2em;
    left: 0;
    line-height: 2.2em;
    text-align: center;
    margin: 0 0.5em;
    border-radius: 20px;
    position: relative;
    padding: 0.3em 1em;
    text-decoration: none;
}

.sub_h1{
    text-align: center;
    margin-top: 3em;
    margin-bottom: 0;
}

.sub_h1 img{
	width: 1280px;
	border-radius: 10px;
}


.sub_h1_2{
    text-align: center;
    margin-top: 3em;
    margin-bottom: 0;
}

.sub_h1_2 span{
	background: #333333 center center no-repeat;
	display: block; 
	min-height: 325px;
	width: 1300px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}


.ggmap {
	width: 100%;
	height: 450px;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
table.alt tbody tr td {
    text-align: left;
    font-size: 1.1em;
}

.flow_h3_title{
    margin-top: 2em;
	text-align: center;
}

.flow_h3_title span{
    border-bottom: 1px dotted #333333;
}

.access_flow{
    margin-bottom: 2em;
}

.under_ttl_parag.btn_under_thumb{
	margin-top: -1em;
    text-align: center;
}

.under_ttl_parag.event_linkbtn{
	margin-top: 2em;
    text-align: center;
}

.shopinfo_ttl{
	width: 6em;
}

h2.part_title{
	text-align: center;
}

.mobile_br{
	 display: none;
}

.mini_nav1_wrapper {
    width: 100%;
	margin-top: 2em;
    margin-bottom: 2em;
    background: #f2e0e0;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
}

ul.mini_nav1 {
	margin-bottom: 0;
	padding-left: 1em;
	padding-right: 1em;
}

.mini_nav1 li {
    display: inline-block;
    list-style-type: none;
    margin-right: 1em;
}


.wrapper.under_mini_nav1{
	padding-top: 1.5em;
}

.machimap{
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.thumb_wrapper{
	margin-top: 2em;
}

table tbody tr {
    background-color: #ffffff;
}

#subpage_header{
	font-size: 24px;
    font-family: 游明朝体, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", meiryo, serif;
    display: inline-block;
    color: white;
    position: relative;
    top: 136px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0.6em 1em;
    border-radius: 7px;
}

header.major h2#top_frontttl{
	text-align: center
}

.wow:first-child{
	visibility: hidden;
}


.tablet_br_plus{
	 display: none;
}

.buy_flow_li1{
	margin: 1em 0;
	padding: 1em;
	border-radius: 4px;
	border: solid 2px #333333;
	background-color: rgba(240,240,240,0.5);
}
.buy_flow_li1 li{
	list-style-type: none;
}

#buy_flow_wrapper{
    position: relative;
    left: 1em;
}

.buy_flow span{
	border-bottom: 3px solid #333333;
	
}

#buy_flow_wrapper > div{
	border-left: solid 1px #999999;
}
#buy_flow_wrapper > div > section{
	padding-right: 2.5em;
}
#buy_flow_wrapper > div:nth-child(even){
	border-right: solid 1px #999999;
}

.top_brand_parag{
	margin-bottom: 3em;
}

#instagram_section{
	width: 100%;
	margin: auto;
}

#instagram_section .container{
	width: 100%;
}

#instagram_section #instagram_wrapper{
	margin: 0;
	margin-top: 1em;
}

#instagram_section #instagram_wrapper .instagram_thumbnails{
	margin-top: 1em;
	padding: 0;
}

#instagram_section #instagram_wrapper .instagram_thumbnails img {
	transition-duration: 0.5s;
}
#instagram_section #instagram_wrapper .instagram_thumbnails img:hover {
	transform: scale(1.1,1.1);
	cursor: pointer;
}
#instagram_section #instagram_wrapper .instagram_thumbnails {
	overflow: hidden;
}

.ec_law_info_ttl{
	width: 9em;
}

.no_mini_nav{
	padding-top: 3em;
}

table.responsive-table {
	width: 100%;
}

table.responsive-table .ec_law_info_ttl, table.responsive-table .ec_law_info_content {
	padding: 0.75em;
	border: 1px solid #ccc;
}

section table.responsive-table .ec_law_info_ttl{
	width: 13em;
	font-weight: bold;
}

.thumb_wrapper.about_order{
	font-size: 1.1em;
}

/* ////// ここから端末サイズ別処理 ////// */
/* //////////////////////////////////////// */
/* //////////////////////////////////////// */

@media screen and (max-width: 1680px) {

	h3{
		font-size: 1.5em;
	}

	.sub_h1_2 span{
		width: 1100px;
	}

}

@media screen and (max-width: 1280px) {
	
	.sub_h1{
	    text-align: center;
	    margin-top: 0;
	    margin-bottom: 0;
	}
	
	.sub_h1 img{
		width: 100%;
		border-radius: 0;
	}
	
	.sub_h1_2{
	    text-align: center;
	    margin-top: 0;
	    margin-bottom: 0;
	}
	
	.sub_h1_2 span{
		width: 100%;
		border-radius: 0;
	}

	#buy_flow_wrapper > div > section{
		padding-right: 2em;
	}

}
@media screen and (max-width: 980px) {

	h3{
		font-size: 1.45em;
	}
	
	.wrapper.substyle .image.fit.product_thumbnail {
	    margin: 0 1em 0.5em 0;
	    width: 25%;
	    float: left;
	}

	.normal_del {
	    display: none;
	}

	.tablet_br_plus{
		 display: block;
	}

	.image.fit.product_thumbnail2 {
	    width: 33%;
	}
	
}

@media screen and (max-width: 840px) {

	#navPanel {
		width: 200px;
		-moz-transform: translateX(-200px);
		-webkit-transform: translateX(-200px);
		-ms-transform: translateX(-200px);
		transform: translateX(-200px);
	}

	body.navPanel-visible #page-wrapper {
		-moz-transform: translateX(200px);
		-webkit-transform: translateX(200px);
		-ms-transform: translateX(200px);
		transform: translateX(200px);
	}

	body.navPanel-visible #navButton {
		-moz-transform: translateX(200px);
		-webkit-transform: translateX(200px);
		-ms-transform: translateX(200px);
		transform: translateX(200px);
	}

	#navPanel .link {
		height: initial;
		line-height: 1;
		height: initial;
		line-height: 1;
		padding-top: 1em;
		padding-bottom: 1em;
	}

	h2 {
		font-family: "Times New Roman", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, メイリオ, Meiryo, serif;
		font-size: 2.2em;
		line-height: 1.4em;
	}

	h3.sake_name {
		font-size: 2.5em;
		line-height: 1.2em;
		letter-spacing: 0;
		margin-bottom: 0.35em;
	}

	#header #logo_wrap {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}

	#instagram_wrapper.row.uniform {
	    margin: 0px 0 0 -1em;
	}

	#instagram_wrapper.row.uniform > * {
	    padding: 0 0 0 1em;
	}

	header.major > :first-child {
	    white-space: inherit;
	}

	.wrapper.style2 .box.special {
		padding: 3em;
	}

	.wrapper.style2 {
	    background: url(../../images/top_bg_part1b.jpg) #323232;
	    background-size: cover;
	}

	.wrapper.substyle .image.fit.product_thumbnail {
	    margin: 0 1em 0.5em 0;
	    width: 25%;
	    float: left;
	}

	header.major {
	    text-align: left;
	}

	header.major .twobtns {
	    text-align: center;
	}
	.image.fit.original_product{
		margin: inherit;
	}

	.product_brand{
		text-align: center;
	}
	
	.under_ttl_parag.event_linkbtn {
	    margin-top: 1em;
	    text-align: center;
	}

	.thumb_wrapper {
	    margin-top: 1em;
	}

	.sub_h1_2 span{
		min-height: 200px;
		background-size: cover;
	}

	#subpage_header {
	   top: 72px;
	}
	
	#greeting_sign{
		text-align: right;
	}

	#instagram_section{
		width: 100%;
		margin: auto;
	}

	#instagram_wrapper.row.uniform > * {
	    padding: 0 0 0 1em;
	}

	#instagram_section #instagram_wrapper .instagram_thumbnails {
		margin-top: 0;
	    padding: 0;
	}
	
	#instagram_section .instagram_section_sub{
		margin-left: 2em;
	    margin-right: 2em;
	}

}

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

@media screen and (max-width: 736px) {

	h2 {
	    font-family: "Times New Roman", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, メイリオ, Meiryo, serif;
	    font-size: 2.0em;
	    line-height: 1.4em;
	}

	#header {
		box-shadow: 0 -67px 200px -25px rgba(208, 142, 142, 0.3) inset !important;
	}

	#instagram_wrapper.row.uniform {
	    margin: 0;
	}

	#instagram_wrapper.row.uniform > * {
		padding: 0;
	}
	
	#nav {
		display: none;
	}
	
	.wrapper {
		padding-left: 2em;
		padding-right: 2em;
	}

	#footer ul.menu {
		display: block;
	}

	#footer_info{
		    width: 90%;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	.image.fit.original_product{
		margin: 0;
	}


	header.major h2#top_frontttl{
		text-align: left;
	}
	
	.tablet_br_plus{
		 display: none;
	}

	#buy_flow_wrapper {
	    position: relative;
	    left: 0;
	}
	#buy_flow_wrapper > div{
		border-left: none;
	}
	#buy_flow_wrapper > div > section{
		padding-right: inherit;
	}
	#buy_flow_wrapper > div{margin-top: 2em;}	
	#buy_flow_wrapper > div:first-child{margin-top: 0;}
	
	#buy_flow_wrapper > div:nth-child(even){
		border-right: none;
	}
	.top_brand_parag{
		margin-bottom: 2em;
	}

	
	#instagram_section .instagram_section_sub{
		margin-left: inherit;
	    margin-right: inherit;
	}

	table.responsive-table{
		border-bottom: 1px solid #ccc;
	}

	table.responsive-table .ec_law_info_ttl, table.responsive-table .ec_law_info_content {
		width: 100%;
		display: block;
		box-sizing: border-box;
		border-bottom: 0;
		padding: 0.6em 0.75em 0.5em;
	}
	
	section table.responsive-table .ec_law_info_ttl{
		width: inherit;
	}

	.thumb_wrapper.about_order{
		font-size: 1em;
	}

}

@media screen and (max-width: 640px) {

	.mobile_nobr{display: none}
	.tablet_nobr{display: none}

	h2 {
	    font-size: 1.5em;
		text-align: left;
	}
	

	h3:not(.sake_name) {
	    font-size: 1.35em;
		//text-align: left;
		text-align: center;
	}

	h3.product_ttl{
		text-align: left;
	}
	
	.under_ttl_parag{
		text-align: left;
	}
	
	.wrapper.substyle .image.fit.product_thumbnail, .wrapper.substyle .image.fit.product_thumbnail2 {
	    margin: 0 1em 0.5em 0;
	    width: 33%;
	    float: left;
	}

	.product_price_a {
		line-height: 1.1em;
	    font-size: 1.2em;
	}

	.product_price_a.product_vol {
	    font-size: 1.1em;
	}
	.mini_nav1_wrapper {
	    width: 100%;
	    margin-bottom: auto;
	    background: none;
	    padding: 0;
	    border-radius: initial;
	    text-align: initial;
	}

	.mini_nav1 li {
	    list-style-type: none;
	    width: 100%;
	    margin-bottom: 0.75em;
	    background: #f2e0e0;
	    padding: 5px 15px;
	    border-radius: 30px;
	}

	.tablet_br_plus{
		 display: block;
	}

}

@media screen and (max-width: 480px) {

	.sub_h1{
		//border-radius: 0px;
	    //width: 200%;
	    //position: relative;
	    //left: -50%;
	}
	
	h2 {
	    font-size: 1.45em;
		text-align: left;
	}

	#logo {
	    height: 60px;
	}

	#header #logo_wrap {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	
	header.major > :first-child {
	    padding: 0;
	}	

	.wrapper {
		padding-left: 1em;
		padding-right: 1em;
	}
	
	#footer{
		padding-left: 1em;
		padding-right: 1em;
	}

	#footer ul.menu {
		display: none;
	}

	#footer_logo{
		width: 166px;
		margin-bottom: 1em;
	}

	.wrapper.style3 .image.fit {
		margin: 0 1em 2em 0;
		width: 40%;
		float: left;
	}
	
	h3.sake_name {
		font-size: 1.5em;
		line-height: 1.2em;
		letter-spacing: 0;
		margin-bottom: 0.2em;
		text-align: left;
	}
	
	.sake_description {
		line-height: 1.4;
	}
	
	ul.menu {
		margin: 0 0 1em 0;
	}
	
	ul.actions {
	    margin: 2em 0 2em 0;
	}
	
	.mobile_nobr{display: none}
	.tablet_nobr{display: none}

	.brandlist:last-child{
	    margin-bottom: 0em;
	}

	.wrapper.style2 {
	    background: url(../../images/top_bg_part1c.jpg) #323232;
	}

	.wrapper.style2 .box.special {
		padding: 2em 1em;
	}
	.sake_eventname{
		font-size: 1.5em;
		line-height: 1.2em;
		letter-spacing: 0;
		margin-bottom: 0.35em;
	}
	
	.wrapper {
	    padding-top: 3em;
	}

	#footer_info{
		    width: 95%;
	    margin-left: auto;
	    margin-right: auto;
	}

	#update_info .update_pubdate {
	    margin-bottom: 0;
	    text-align: left;
	    font-size: 1em;
	}

	h3:not(.sake_name) {
	    font-size: 1.2em;
	}

	.btn_under_thumb a.button.alt, .event_linkbtn a.button.alt {
	    width: 100%;
	}

	.sub_h1_2 span{
		min-height: 160px;
	}


	#subpage_header {
		top: 63px;
		font-size: 1.1em;
	}

	header.major .twobtns a.button.alt{
	    padding: 0 1em;
	}

	.tablet_br_plus{
		display: none;
	}
	
	.mobile_br{
		display: block;
	}
}

@media screen and (max-width: 360px) {

	p{
		font-size: 90%;
		line-height: 1.5;
	}
	.wrapper.style2 {
	    background: url(../../images/top_bg_part1d.jpg) #323232;
	}

	.tablet_br_plus{
		 display: block;
	}

	.thumb_wrapper.about_order p{
		font-size: 1em;
	}

}