@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/*SP時ヘッダー位置*/
.wrapper_ {
    margin-top: 125px;
}

/*SP時ヘッダー検索窓非表示*/
.globalmenu_ form{
	display:none;
}


/* モバイルレイアウト : 480 px およびそれ以下. */
@media only screen and (max-width: 480px){

.h2_ndot{
    font-size: 200%;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
}

.h3_ndot{
    font-size: 120%;
    font-weight: 500;
    line-height: 1.5em;
    background-color: #e9e9e9;
    padding: 3px 5%;
}

.item{
    margin: 30px 0 50px 0;
    clear: both;
}

.item .imageBox{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.item .imageBox img{
    width: 40%;
}

.item .textBox{
    display: inline-block;
    vertical-align: middle;
    width:100%;
    margin-left: 0;
}

.qr {
    text-align: center;
}

.n_text {
    margin: 10px;
    font-size: 110%;
    line-height: 1.5em;
}

.n_text_02 {
    font-size: 90%;
    line-height: 1.5em;
    margin: 0px 10px 0px 10px;
}

.mail {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 3px #000000;
}

.mail_2 {
    color: #FF0000;
    font-size: 120%;
}

.shipment {
    margin: 10px 0px 0px 0px;
    font-size: 100%;
    line-height: 1.5em;
}

.mrg_1 {
    margin: 0px 5px 0px 0px;
    padding: 5px;
    font-size: 100%;
    line-height: 2em;
    background-color: #b8e8ff;
}

.qa {
    font-size: 120%;
    font-weight: 500;
    line-height: 1.5em;
    background-color: #e9e9e9;
    padding: 5px;
    text-align: center;
}

.qa_2 {
    margin: 10px;
    font-size: 100%;
    line-height: 1.5em;
}

.answer {
    margin: 10px;
    font-size: 100%;
    line-height: 1.5em;
}
.inquiry{
    font-size: 120%;
    font-weight: 700;
}

.inquiry_button{
    font-size: 120%;
    font-weight: 700;
    /* line-height: 1.5em; */
    background-color: #6b6b6b;
    padding: 6px;
    text-align: center;
    margin: 2% 3% 0% 3%;
}
}


/* タブレットレイアウト : 481 px 〜 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) and (max-width: 768px){

.h2_ndot{
    font-size: 200%;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
}

.h3_ndot{
    font-size: 140%;
    font-weight: 500;
    line-height: 1.5em;
    background-color: #e9e9e9;
    padding: 3px 5%;
    margin: 0 50% 0 0px;
}

.item{
    margin: 30px 0 50px 0;
    clear: both;
}

.item .imageBox{
    display: inline-block;
    /*vertical-align: top;*/
    width: 55%;
    text-align: center;
}

.item .textBox{
    width:43%;
    margin-left: 5px;
    display: inline-block;
}

.item .textBox .date{
    font-size: 100%;
    font-weight: 600;
}

.qr {
    text-align: center;
}

.n_text {
    margin: 10px 0px;
    font-size: 120%;
    line-height: 1.5em;
}

.n_text_02 {
    font-size: 100%;
    line-height: 1.5em;
    margin: 0px 10px 0px 10px;
}

.mail {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 3px #000000;
}

.mail_2 {
    color: #FF0000;
    font-size: 120%;
}

.shipment {
    margin: 10px 0px 0px 0px;
    font-size: 120%;
    line-height: 1.5em;
}

.mrg_1 {
    margin: 0px 5px 0px 0px;
    padding: 5px;
    font-size: 100%;
    line-height: 2em;
    background-color: #b8e8ff;
}

.qa {
    font-size: 140%;
    font-weight: 500;
    line-height: 1.5em;
    background-color: #e9e9e9;
    padding: 5px;
    text-align: center;
}

.qa_2 {
    margin: 10px 0px;
    font-size: 120%;
    line-height: 1.5em;
}

.answer {
    margin: 10px 0px;
    font-size: 120%;
    line-height: 1.5em;
}

.inquiry{
    font-size: 120%;
    font-weight: 700;
}
.inquiry_button{
    font-size: 120%;
    font-weight: 700;
    /* line-height: 1.5em; */
    background-color: #6b6b6b;
    padding: 6px;
    text-align: center;
    margin: 2% 3% 0% 3%;
}
}


/* デスクトップレイアウト : 769 px 〜最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 769px) {

.h2_ndot{
    font-size: 200%;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
}

.h3_ndot{
    font-size: 140%;
    font-weight: 500;
    line-height: 1.5em;
    background-color: #e9e9e9;
    padding: 3px 5%;
    margin: 0 50% 0 0px;
}

.item{
    margin: 30px 0 30px 0;
    clear: both;
}

.item .imageBox{
    display: inline-block;
    vertical-align: top;
    width: 40%;
    text-align: center;
}

.item .textBox{
    width:57%;
    margin-left: 5px;
    display: inline-block;
}

.qr {
}

.n_text {
    margin: 10px 0px;
    font-size: 120%;
    line-height: 1.5em;
}

.n_text_02 {
    font-size: 100%;
    line-height: 1.5em;
}

.mail {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 3px #000000;
}

.mail_2 {
    color: #FF0000;
    font-size: 120%;
}

.shipment {
    margin: 10px 0px 0px 0px;
    font-size: 120%;
    line-height: 1.5em;
}

.mrg_1 {
    margin: 0px 5px 0px 0px;
    padding: 5px;
    font-size: 100%;
    line-height: 2em;
    background-color: #b8e8ff;
}

.qa {
    font-size: 140%;
    font-weight: 500;
    line-height: 1.5em;
    background-color: #e9e9e9;
    padding: 5px;
    text-align: center;
}

.qa_2 {
    margin: 10px 0px;
    font-size: 120%;
    line-height: 1.5em;
}

.answer {
    margin: 10px 0px;
    font-size: 120%;
    line-height: 1.5em;
}

.inquiry{
    font-size: 120%;
    font-weight: 700;
}
.inquiry_button{
    font-size: 120%;
    font-weight: 700;
    /* line-height: 1.5em; */
    background-color: #6b6b6b;
    padding: 10px;
    text-align: center;
    margin: 2% 0% 0% 58%;
}
}