/*
Okura css
date	:	2018.06.18
author	:	Yoshika Ogasawara
ver		:	1.0
*/

body,html{
margin:0;
width:100%;
	font-family:Meiryo, sans-serif;
	line-height:1.0;
	position:relative;
}
h1,h2,h3,h4,h5,a{
	font-family:"Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
/*フォントサイズ相対表
10px	:	 84%
11px	:	 92%
12px	:	100%
13px	:	109%
14px	:	117%
15px	:	125%
16px	:	134%
17px	:	142%
18px	:	150%
20px	:	167%
22px	:	184%
24px	:	200%
26px	:	217%
28px	:	233%
30px	:	250%
34px	:	283%
50px	:	413%
*/


/*header
****************************************************/
#headImg{margin:0;
max-height:400px;
width:100%;
background-image:url(images/ast.png);
background-position: center;
background-size: cover;
}
#headImg img{max-height:400px;}
 /*未使用 */
#logo-box{width:100%;height:auto;
position: relative;
}
#logo{
position: absolute;
    top:0;
    left:0;
}
/*Section
****************************************************/
#Branding-Section{width:100%;margin:0;overflow:hidden;}
#Branding-Section .txt{width:80%;margin:0 auto;
text-align:left;padding:2em;}
.infomation{
    padding: 1em;
    border: 5px solid #1cbbd0;
}
.info-title{
margin:10px;
padding:1em;
font-weight: 800;
position: relative;
}
.info-title:before, .info-title:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.info-title:before{  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.info-title:after{
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}
#Order-Section{width:100%;margin:0;overflow:hidden;line-hight:200%;}
#Order-Section .order-infomation{
padding:1em;
}
.box-footer{margin:0.5em 0 2em 0;}
@media screen and (max-width: 480px) {
#Branding-Section .txt{width:90%;margin:0 auto;padding:1em;}
}
/*contents
****************************************************/
#contentsWrap{
	width:100%;
overflow-x:hidden;
}
.contents{
	width:100%;
}

.row:after, .row:before{
    content: " ";
    display: table;
    box-sizing: border-box;
margin:10px;
}
.row{
    box-sizing: border-box;
    display:block;
}
@media screen and (min-width: 980px) {
.row{width:980px;margin:0 auto;}
}
@media screen and (min-width: 480px) {
.row{width:100%;}
}

.text-box{
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: center;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.text-box-in{
display: inline-block;
    text-align: left;
    line-height: 1.8em;
}
.text-box-in p{padding:0 10px}
@media screen and (min-width: 783px) {
.text-box{margin:0 60px}
}
.productlist{width:90%;margin:0 auto;}
.caption{display:block;font-size:10px;}
@media screen and (min-width: 783px) {
.productlist{width:95%;margin:0 auto;}
}

.product-box{
max-width:980px;
margin:0 auto;
}
.bk2{background-color:#f9fafc;}
.product-img{
display: table-cell;
    width: 50%;
}
.product-disc{background-color:#f9fafc;
display: table-cell;
    width: 50%;
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 0.5em;
    vertical-align: middle;
}
i{padding:5px}
@media screen and (max-width: 480px) {
.productlist{width:100%;margin:0;}
.product-img{width:100%display:block;margin:0 auto;overflow:hidden;}
.product-disc{width:90%;display:block;margin:0 auto;    padding-left: 0.5em;}
}
/* Root
   This values are used for adjusting headings size (not for body size) 
****************************************************/

html {
	    font-size: 22px;
    -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 783px) {
	html {
		font-size: 100%;
	}
}
@media screen and (min-width: 480px) {
	html {
		font-size: 100%;
	}
}
/* Base
*****************************************************/

body {
	background-color: #fff;
    margin-top:0;padding-top:0;
	margin-left: 0px;
	margin-right: 0px;
	word-wrap: break-word;
	line-height: 1.6;
}

@media screen and (min-width: 783px) {
	body {
		margin-left: 0px;
		margin-right: 0px;
        font-size: 22px;
	}
}
@media screen and (min-width: 980px) {
	body {
		margin-left: 0px;
		margin-right: 0px;
	}
}


/* Heading
*****************************************************/
h1, h2, h3, h4, h5, h6, .site-title {
	clear: both;
	color: #111;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.4;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;

}
h1 {
	font-size: 2.5rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h2 {
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.5em;
    display:block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    color:#4d4d4d;
}
h2:after{
    display: block;
    margin: 18px auto;
    width: 80px;
    height: 2px;
    background: rgba(0,0,0,.3);
    background-size: 16px 50px;
    content: '';
    vertical-align: top;
}

.e_head {
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.5em;
    font-size: 18px;
}
.t_head{
text-align:left;
font-size: 18px;
font-weight:300;
}
@media screen and (max-width: 783px) {
  h2{font-size: 32px;font-weight:500;}
}
@media screen and (max-width: 480px) {
  h2{font-size: 20px;font-weight:800;margin-top:2em;}
}

h3 {
	font-size: 1.5rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
@media screen and (max-width: 480px) {
  h3{font-size:20px;font-weight:800;}
}
h4 {
	font-size: 1.25rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h5 {
	font-size: 1.125rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
h6 {
	font-size: 1.063rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

/* Link 
*****************************************************/
a {
	color: inherit;
	text-decoration: none;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
}
.entry-content a, .entry-summary a, .page-content a, .author-profile-description a, .comment-content a, .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
	/* color: #a62425; */
	text-decoration: none;
}
.main-navigation a:hover, .entry-content a:hover, .entry-summary a:hover, .page-content a:hover, .author-profile-description a:hover, .comment-content a:hover {
	color: #b85051;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .entry-content cite a, .comment-content cite a {
	text-decoration: none;
}

/* Text 
*****************************************************/
p {
	margin: 0 0 1.6em;
}
b, strong {
	font-weight: 700;
}
dfn, q, cite, em, i {
	font-style: italic;
}
q {
	quotes: "" "";
}
cite {
	border-bottom: dotted 1px #999;
}
code, kbd, tt, var {
	color: #555;
	border-bottom: solid 1px #ccc;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 87.5%;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}
mark, ins {
	background-color: #fffad3;
	color: #333;
	text-decoration: none;
}
ins.adsbygoogle {
	background-color: transparent;
}

/* List 
*****************************************************/
ul{width:95%;margin:0 auto;display:block;}

ol {
	margin: 0 0 1.6em 2em;
	padding: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.6em;
}
li{width:100px;height:200px;
   padding-right:10px;
   list-style:none;
   overflow:hidden;
   float:left;
   }
@media screen and (max-width: 480px) {
ul li{display:none;}
}

dl {
	margin: 0;
}
dt {
	font-weight: 600;
	margin-bottom: 0.4em;
}
dd {
	margin: 0 0 1.6em 1.6em;
}

/* Elements 
*****************************************************/
blockquote {
	color: #666;
	font-style: italic;
	margin: 0 0 2em;
	padding: 12px 0 0 44px;
	position: relative;
}
blockquote:before {
	color: #ccc;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 84px;
	left: -5px;
	line-height: 1;
	position: absolute;
	top: -5px;
}
address {
	margin: 0 0 1.6em;
}
pre {
	background-color: #eee;
	color: #555;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 87.5%;
	line-height: 1.4;
	margin: 0 0 1.7em;
	min-width: 100%;
	padding: 1.4em;
	overflow: auto;
	word-wrap: normal;
}
hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin: 0 0 1.6em;
}

/* Media 
*****************************************************/
img {
	height: auto;
    width:100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Clearing 
*****************************************************/
.clear:before,
.clear:after,
.row:before,
.row:after
{
	content: "";
	display: table;
}
.clear:after,
.row:after
{
	clear: both;
}


