@charset "utf-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre, textarea {
	overflow: auto
}
[hidden], audio:not([controls]), template {
	display: none
}
details, main, summary {
	display: block
}
input[type=number] {
	width: auto
}
input[type=search] {
	-webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
progress {
	display: inline-block
}
small {
	font-size: 75%
}
textarea {
	resize: vertical
}
[unselectable] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
*, ::after, ::before {
	box-sizing: inherit;
	border-style: solid;
	border-width: 0
}
* {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0
}
::after, ::before {
	text-decoration: inherit;
	vertical-align: inherit
}
:root {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	box-sizing: border-box;
	cursor: default;
	font: 16px/1.5 sans-serif;
	text-rendering: optimizeLegibility
}
a {
	text-decoration: none
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle
}
button, input, select, textarea {
	background-color: transparent;
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	min-height: 1.5em
}
code, kbd, pre, samp {
	font-family: monospace, monospace
}
nav ol, nav ul {
	list-style: none
}
select {
	-moz-appearance: none;
	-webkit-appearance: none
}
select::-ms-expand {
display:none
}
select::-ms-value {
color:currentColor
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
::-moz-selection {
background-color:#B3D4FC;
text-shadow:none
}
::selection {
	background-color: #B3D4FC;
	text-shadow: none
}

@media screen {
[hidden~=screen] {
	display: inherit
}
[hidden~=screen]:not(:active):not(:focus):not(:target) {
	clip: rect(0 0 0 0)!important;
	position: absolute!important
}
}
/*# sourceMappingURL=sanitize.css.map */

body {
	margin: 0;
	padding: 0;
	font-family: メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333;
}
#wrap {
	max-width: 700px;
	margin: 0 auto;
}
#container {
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}
@media screen and (max-width: 640px) {
	#container {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
}
#box-l {
	width: 152px;
	float: left;
}
#box-r {
	width: 488px;
	float: left;
}
@media screen and (max-width: 700px) {
	#box-l {
	width: 100%;
	display:block;
	float:none;
		text-align:center;
}
#box-r {
	width: 100%;
	float: none;
	display:block;

}
}

h2 {
	color: #DA4958;
	font-size: 120%;
	margin-bottom:15px;
}
h3 {color:#444;
	font-size:110%;}
	
img {
	border: 0px;
	margin: 0px;
	max-width: 100%;
	height: auto;
}

a {
	color: #727171;
	text-decoration: none;
}
a:hover {
	color: #AEAEAE;
}
a img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);	/* Ie用 */
}

ul {list-style:none; margin:10px 0;}

ul li {margin:8px 0;}

footer {
	text-align: center;
}
footer span {
	font-size: 12px;
	line-height: 1.2em;
}
footer span.link a {
	color: #DA4958;
}
/*index.html--------------------------*/

.index_box_l {
	margin-right: 190px;
}

@media screen and (max-width: 640px) {
.index_box_l {
	margin-right: 0px;
}
}
.index_box_r {
	width: 180px;
	float: right;
	text-align: center;
}
.index_box {
	background: bottom left repeat-x url(images/border.png);
	padding: 20px 0px;
}

@media screen and (min-width: 481px) {
.menu_btn {
	width:auto;
}
}

@media screen and (max-width: 480px) {
.menu_btn {
	width:30%;
}

}

@media screen and (min-width: 641px) {
	.menu_btn2 {
	width:auto;
}
}

@media screen and (max-width: 640px) {
	.menu_btn2 {
	width:23%;
}
}

/*Style--------------------------*/

@media screen and (min-width: 480px) {
.sp {
	display: none;
} 
}
@media screen and (min-width: 641px) {

.pad {
	display:none;
}
}

@media screen and (max-width: 640px) {
.pc {
	display: none;
}

}

@media screen and (max-width: 500px) {
.pad-made 
{display:none;}
}

.box-kadomaru {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	background:#ECE8DF;
	padding:15px;
	margin:15px 0;
}

.span-kadomaru
{    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	background:#D46341;
	color:#fff;
	padding:2px 5px;
	font-size:90%;
	margin-right:5px;}

.fl {
	float: left;
}
.fr {
	float: right;
}
.dib {display:inline-block}
.mt15 {
	margin-top: 15px;
}
.ml15 {
	margin-left: 15px
}
.mb15 {
	margin-bottom: 15px;
}
.mr15 {
	margin-right: 15px;
}
.pt15 {
	padding-top: 15px;
}
.pr15 {
	padding-right: 15px;
}
.pb15 {
	padding-bottom: 15px;
}
.pl15 {
	padding-left: 15px;
}

/*スマホメニュー--------------------------*/

dl#acMenu {margin:15px 0;}

#acMenu dt{
    display:block;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    border:#ccc 1px solid;
    cursor:pointer;
    }
#acMenu dd{
    background:#ECE8DF;
    width:100%;
    height:auto;
    line-height:50px;
    text-align:center;
	border:#ccc 1px solid;
    display:none;
    }
#acMenu dd ul {margin:0; padding:0;}	
#acMenu dd ul li a {display:block;}
#acMenu dd ul li a:hover { background:#fff; color:#DA4958;}
