/*
Theme Name: muramatsu-kagami
Theme URI: http://blog.muramatsu-kagami.com
Author: ochiai
Author URI: http://blog.muramatsu-kagami.com
Description: simple.suport smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pages-ink
*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; 
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
div,article,aside,details,figcaption,figure,footer,header,main,nav,section {
	display: block;
	box-sizing:border-box;
}
ol, ul {
	list-style: none;
}
caption,th, td{
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img{
	display: inline-block;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
img.fix{
	width: 100%!important;
	height: auto!important;
	display: block!important;
}
p.caption{
	display: block;
	font-size: 80%;
	line-height: 1.4em;
	margin-top:15px;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #222;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,メイリオ,sans-serif;
	font-size: 15px;
	font-size: 1.55rem;
	font-weight: normal;
	line-height: 1.65;
	letter-spacing:0.1em;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {display: block;}
p {text-align: justify;}
b, strong {font-weight: bold;}
dfn, cite, em, i {}
blockquote {}
address {}
pre {text-align: justify;}

code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
small {
	font-size: 80%;
	letter-spacing: 0em;
}
big {
	font-size: 125%;
}
.center{text-align:center;}
.mincho{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	border: 0;
	height: 0px;
	margin: 1.2em 0em;
	border-top:1px #ccc solid;
	border-bottom:1px #fff solid;
}
hr.dot {
	border: 0;
	height: 0px;
	margin: 1.2em 0em;
	border-bottom:1px #eee dotted;
}
br.for_pc{
	display: block;
}
br.for_sp{
	display: none;
}
@media screen and (max-width:640px){
	br.for_pc{display: none;}
	br.for_sp{display: block;}
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	text-decoration:none;
	color:#555;
}
a:visited {}
a:hover,a:focus,a:active {}
a.alpha:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,input,select,textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 3px;
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #c7c7c7;
	height: 5px;
	width: 100%;
}
input[type="range"]:focus,
input[type="range"]:active {outline: none;}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    border: none;
    width: 30px;
    height: 30px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
input[type="range"]:active::-webkit-slider-thumb {
    background-color:#c90000;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
	white-space:pre-wrap;
}

/*--------------------------------------------------------------
BODY
--------------------------------------------------------------*/
body{
	position: relative;
}
section{
	display: block;
	position: relative;
}

/*--------------------------------------------------------------
LAYOUT
--------------------------------------------------------------*/
.inner{
	width:100%;
	max-width: 1050px;
	margin:0 auto;
	position:relative;
}
.inner_mid{
	width:100%;
	max-width: 800px;
	margin:0 auto;
	position:relative;
}
.inner_min{
	width:100%;
	max-width: 700px;
	margin:0 auto;
	position:relative;
}
.inner_wide{
	width:100%;
	max-width: 1300px;
	margin:0 auto;
	position:relative;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.flex > a{
	display: block;
}

.main{
	min-height: 500px;
}
@media screen and (max-width:700px){
	.flex{display:block;}
}

br.sp{display: none;}
br.pc{display: block;}
@media screen and (max-width:700px){
br.sp{display: block;}
br.pc{display: none;}
}

