/* ==========================================================================

    Theme Name: Base Stylesheet
    Theme URI: http://matthewhartman.github.com/base/
    Description: A base template for your next web project!
    Author: Matthew Hartman - http://www.matthewhartman.com.au/
    Version: 1.0 - Last Updated: 17th August, 2012

========================================================================== */

/* ==========================================================================
/* -- HTML5, Resets, Common Classes & Nicolas Gallagher's Micro Clearfix
   ========================================================================== */
/* HTML 5 Block Elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, .header, .footer, .menu, .nav, .section { display: block; }

/* Nicholas Gallagher's Clearfix */
.clear:before, .clear:after { content: ""; display: table; } .clear:after { clear: both; } .clear { zoom: 1; }
.section:before, .section:after { content: ""; display: table; } .section:after { clear: both; } .section { zoom: 1; }

/* General Resets */
html { font-size: 100%; } /* Start base font size at 100% */
button, input, select, textarea { font-family: sans-serif; } /* Make all form fonts consistent */
form, fieldset, a img { border: 0; } /* Remove all default borders */

/* Common Classes */
.left { float: left; }
.right { float: right; }
.block { display: block; }
.inline-block { display: inline-block; }
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.none,
.nodesktop {
    display: none;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/* ==========================================================================
/* 1.0 - Document Setup (body, links, headings, code, tables, forms etc)
   ========================================================================== */
/* Body */
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background: url(/miyabull/common/img/back_main.gif) center 0 repeat-y #fff;
    color: #000000;
    margin: 0 auto;
    font-size: 87.5%; /* base font size 14px */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	max-width:860px; /* wfa add */
}
/* Links -----------------link,button系のCSSはコメントアウト---------------------
a {
    color: #333333;
    text-decoration: none;
}
a:visited {
    color: #000000;
}
a:hover {
    color: #000000;
}
a:active { color: #333333; }

/* Default Buttons (CSS3) 
.button {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    height: 28px;
    font-size: 13px;
    line-height: 18px;
    *line-height: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: visible;
    outline: 0;
}
input[type=submit].button,
input[type=reset].button {
    border-radius: 4px;
        -webkit-appearance: none; * Remove Default Browser Behaviour for Safari /
            -moz-appearance:none; * Remove Default Browser Behaviour for Firefox */
}

/*.button:hover {
    background-color: #eeeeee;
}
.button:active {
    background-color: #dddddd;
}*/

/* 1.1 Headings - h1, h2, h3, h4, h5, h6 & other (if any)
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
h1 {
    font-size: 2.769em;
    margin-bottom: 10px;
}
h2 {
    font-size: 2em;
    margin-bottom: 8px;
}
h3 {
    font-size: 1.692em;
    margin-bottom: 6px;
}
h4 {
    font-size: 1.384em;
    margin-bottom: 4px;
}


/* 1.2 Paragraphs, block quotes, code, pre, etc
   ========================================================================== */
p {
    margin: 1em 0;
	line-height:1.6em;
}

abbr {
    border-bottom: 1px dotted #000;
    cursor: help;
}

address {
    font-style: italic;
    line-height: 1.384em;
}
small {
    font-size: 67.5%;
}
/* Block Quotes */
blockquote,
q {
    quotes: none;
    border-left: 7px solid #cccccc;
    font-style: italic;
    padding-left: 1em;
    margin: 1em;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

/* Code Blocks & Pre */
code,
pre {
    padding: 0 3px 2px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333;
    border-radius: 3px;
}
code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}
pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12.025px;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

hr {
    border: 0;
    background: none;
    outline: 0;
    height: 3px;
    background-color: #e5e5e5;
    margin: 2em 0;
}

/* 1.3 Tables
   ========================================================================== */
table {
    width: 100%;
    border: 1px solid #dddddd;
    border-collapse: collapse;
    border-left: 0;
    background-color: #fff;
    border-spacing: 0;
}
table th,
table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
table thead th {
    vertical-align: bottom;
    font-weight: bold;
    background: #ffffff;
    color: #000000;
    border-left: 1px solid #dddddd;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}
table tbody tr:nth-child(odd) td,
table tbody tr:nth-child(odd) th {
    background-color: #ffffff;
}
table tbody tr:nth-child(even) td,
table tbody tr:nth-child(even) th {
    background-color: #ffffff;
}

table tbody .odd td,
table tbody .odd td {
    background-color: #ffffff;
}

table tfoot td {
    background: #eeeeee;
    font-weight: bold;
}

table caption {
    padding: .5em;
    font-style: italic;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-bottom: 0;
    font-weight: bold;
}

/* 1.3 Lists
   ========================================================================== */
ul, ul ul {
    list-style: disc;
    margin: .5em;
}

ol, ol ol {
    list-style: decimal;
    margin: .5em;
}

dl:before, dl:after { content: ""; display: table; } dl:after { clear: both; } dl { zoom: 1; }
dl {
    width: 100%;
}
dl dt {
/*    width: 28%;
    float: left;
    clear: left;
    padding: 1%;*/
    margin: 0 0 .5em;
    font-weight: bold;
}
dl dd {
    /*width: 68%;
    float: left;
    padding: 1%;*/
    margin: 0 0 .5em;
}


/* 1.5 Forms, Labels and Inputs
   ========================================================================== */
legend {
    font-size: 1.538em;
    font-family: "Georgia", "Times New Roman", sans-serif;
    font-weight: bold;
    display: block;
    width: 100%;
    padding-bottom: 1em;
}

label {

}

.field {
    padding: 10px 0;
}
.field label {
    display: inline-block;
    min-width: 20%;
}

.field ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Inputs (Text, Search, Email, etc) */
input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=file] {
    border-radius: 0;
    outline: 0;
    border: 1px solid #ccc;
    padding: .5%;
    height: 18px;
    width: 30%;
    display: inline-block;
    vertical-align: middle;
        -webkit-appearance: none; /* Remove Default Browser Behaviour for Safari */
            -moz-appearance:none; /* Remove Default Browser Behaviour for Firefox */
}

input[type=file] {
    border: 0;
    height: 20px;
}

input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

input[type=submit],
input[type=button] {
    line-height: normal;
    cursor: pointer;
    border-radius: 0;
        -webkit-appearance: none; /* Remove Default Browser Behaviour for Safari */
        -moz-appearance:none; /* Remove Default Browser Behaviour for Firefox */
}

textarea {
    vertical-align: top;
    display: inline-block;
    border: 1px solid #cccccc;
    min-height: 80px;
    padding: .5%;
    width: 30%;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
    width: 50%;
}

select {
    font-size: 14px;
    outline: 0;
    height: 34px;
    border: 1px solid #cccccc;
    padding: .5%;
    width: 31%;
    -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
}
select:focus {
    border: 1px solid #cccccc;
    outline: 0;
}
select[multiple] {
    min-height: 100px;
    vertical-align: top;
    border: 1px solid #ccc;
}

select:focus {
    border: 1px solid #999999;
}


/* ==========================================================================
/* 2.0 - Grid Layout (Fluid and Responsive) — Thanks to SprySoft (@sprysoft)
   ========================================================================== */
/* Sections & Content Blocks */
.section {position: relative;}
.container {min-width: 280px; max-width: 750px; margin: 0 auto; padding-left: 10px; padding-right: 10px;}
.content-block {position: relative; display: table-cell; float: none;}

/* Fluid Grid */
.col {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
}
.col:first-child { margin: 0; }

/* Columns */
.one { width: 6.333%; }
.two { width: 14.667%; }
.three { width: 23.0%; }
.four { width: 31.333%; }
.five { width: 39.667%; }
.six { width: 48.0%; }
.seven { width: 56.333%; }
.eight { width: 64.667%; }
.nine { width: 73.0%; }
.ten { width: 81.333%; }
.eleven { width: 89.667%; }
.twelve { width: 98.0%; }


/* ==========================================================================
/* -- Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 720px) and (max-width: 959px) {
html body {
    max-width: 959px;
    padding: 0;
    margin: 0;
	background-image:none;
}

.container { width: 700px; }

.notablet { display: none; }
.showtablet { display: none; }

/* End Tablet Media Query */
}


/* ==========================================================================
/* -- Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 719px) {
html body {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten,
.eleven,
.twelve {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
}

/* Inputs (Text, Search, Email, etc) */
input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=file] {
    width: 100%;
    display: flex;
        display: -webkit-flex;
}
textarea {
    width: 100%;
    display: flex;
        display: -webkit-flex;
}

select {
    width: 100%;
    display: flex;
        display: -webkit-flex;
}

.nomobile { display: none; }
.showmobile { display: block; }

/* End Mobile Media Query */
}


/* ==========================================================================
/* -- Print Layout
   ========================================================================== */
@media print {
body {
    font-family: serif; /* Serif is easier to read offscreen */ 
    margin: 0.5cm;
}


/* End Print Media Query */
}


/* ==========================================================================
 stylesheet追加
   ========================================================================== */

.cnt{
	text-align:center;
}
.btxt{
	font-weight:bold;
}
.stxt{
	font-size: 86%;
}

.bgtxt{
	font-size:120%;
}

.alleft{
	text-align:left;
}

.utxt{
	text-decoration:underline;
}

.rtxt{
	color:#c0392b;
}

.ltxt{
	text-decoration:underline;
}
.mb1em{
	margin-bottom:1em;
}

.mt2em{
	margin-top:2em;
}

a {
    color: #0000bb;
    text-decoration: none;
}
a:visited {
    color: #0000bb;
}
a:hover {
    color: #ff0000; text-decoration:underline;
}
a:active { color: #ff0000; text-decoration:underline;}


/* 共通header */
.header{
	display:block;
	margin-top:20px;
}
#logo{
	float:left;
	/*font-weight:bold;*/
}

#progress{
	float:right;
	text-align:right;
	width:60%;
}
#progress img{
	width:auto;
	height:auto;
	max-width:100%;
}



/* 共通footer */

.footer{
	max-width:750px;
	margin:0 auto;
}

/* 共通contents */

.ttlBlue {
color: #2497c1;
font-size: 2em!important;
padding-bottom: 3px;
border-bottom: 3px solid #e5e5e5;
margin: 1em 0;
}
.scpfButton{
	margin:20px auto;
	width:300px;
}

.attention{
	margin:1em 0 0;

}
.attention ul {
	padding-left:0;
}
.attention ul  li{
	list-style-type:none;
	background:url(../img/disc.gif) no-repeat 0 6px;
	margin:0.5em 0;
	padding-left:10px;
	line-height:1.5em;
	/*font-size: 86%;	*/
}

.selectarea{
	background:#eee;
	padding:1em!important;
}

.selectarea label{
	display:inline!important;
}

/* 購入 */
.wfaTable{
	border:1px solid #ddd;
	margin-bottom:1em;
}

.priceName{
	background:#eee!important;
}


.priceName,.price{
	border-collapse:collapse;
	line-height:1.6em;
	border:1px solid #ddd;
	font-size:18px;
}


#codeBox{
	background: #eee ;
	padding:1em;
}

#codeBox dl{
	margin:0;
}

#codeBox dd{
	color: #c0392b ;
	font-size:1.2em;
}


.seals{
	margin: 8px 0pt;
	text-align: right;
}

.iconLink{
	padding:1em 0; 
}
.iconLink a{
	background:#eee;
	padding:1em 2em;
	text-decoration:none;
	display:block;
}

.iconLink a:hover,.iconLink a:active{
	background:#2497c1;
	color:#fff;
}
.iconLink a i{
	color:#000;
}

.sspr{
	font-size:11px;
	border:1px solid #00b;
	padding:5px;
	line-height:100%;
	vertical-align:middle;
	border-radius: 4px;     /* 角丸 */
	-webkit-border-radius: 4px; /* 角丸 Safari,Google Chrome用 */
}

.sspr:hover{
	border-color:#f00;
}

.sspr:hover a{
	color:#f00;
	text-decoration:none;
}


#tooltip
{
    text-align: left;
    color: #fff;
    background: #2497C1;
    position: absolute;
    z-index: 100;
    padding: 15px;
    border-radius: 4px;     /* 角丸 */
    -webkit-border-radius: 4px; /* 角丸 Safari,Google Chrome用 */
}
 
    #tooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #2497C1;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }
 
        #tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid #111;
            top: -20px;
            bottom: auto;
        }
 
        #tooltip.left:after
        {
            left: 10px;
            margin: 0;
        }
 
        #tooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        }
		
#otheros{
	color: #00b;
	margin-bottom:0;
}

#otheros:hover{
	color:#f00;
	text-decoration:underline;
}
#osopen{
	display:none;
	margin-bottom:0;
}

.dland{

}

.dland h2{
	font-size:1.2em;
	color:#2497C1;
}

.waku, .wakuattention {
	border:5px solid #eee;
	padding:0 1em ;
}

.hiddendiv{
	display:none;
}



.wakuattention h2{
	font-size:100%;
}

.flow{
	margin:1em 0;
	border-bottom:1px dashed #ddd;
	padding-bottom:1.5em;
}

.flow h4{
	margin-bottom:1em;
	font-size:100%;
	font-weight:bold;
}

.flow h4 span{
	background:#333;
	color:#fff;
	padding:3px 6px;
	margin-right:5px;
}

.flow h5{
	margin:1em auto;
	padding-left:10px;
	border-left:5px solid #1D852E;
	border-bottom:2px solid #eee;
	font-weight:bold;
}

.flowInner{
	margin:0 1em;
}

.flowInner h6{
	margin-bottom:10px;
	font-weight:bold;
}

.flowInner ul{
	margin-top:10px;
}

#flow h3{
	font-size:120%;
	color:#2497C1;
	border-bottom:1px solid #eee;
}

#kiyaku{
	overflow-y: scroll;
	height: 200px;
	border: 2px solid #ddd;
	padding: 1em;
	background:#eee;
}


#kiyaku h2,#kiyaku h3{
	font-size:100%;
	margin:0 0 1em 0;
}

#kiyaku>div{
	border-bottom:1px solid #ccc;
}