@charset "utf-8";
/*
Theme Name : STRSID
*/

/*
 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
line-height: 1.6;
}

article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
display: block;
}
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body{
	font-family: "Noto Sans JP","游ゴシック体 Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS PGothic","MS Pゴシック",Osaka,Arial,Helvetica,sans-serif;
	line-height: 1.6;
	color: #333333;
	font-size: 16px;
	width: 100%;
}
address,caption,cite,code,dfn,em,strong,th,var{
font-style:normal;
font-weight:normal;
}
h1,
h2,
h3,
h4,
h5,
h6{
font-size:100%;
font-weight:normal;
}
ol, ul{list-style: none;}
blockquote, q {quotes: none;}
blockquote::before, blockquote::after,
q::before, q::after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img{
	max-width:100%;
	/*width:auto;*/
	height:auto;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
a img{border:none;}
a:link,/* 未訪問のリンク */
a:visited,/* 訪問済みのリンク */
a:active{/* 選択中のリンク */
	color: #333;
	text-decoration:none;
}

/* ------ .clearfix ----- */
.clearfix::after{
	content:".";
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
}
/* ------ .box-sizing ----- */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}


#container{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 40px;
}

h1{
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 40px;
}

.bold{
	font-weight: bold;
}

select{
	padding: 10px;
}

button{
	border: none;
	background:#c71585;
	color:#fff;
	padding: 10px 20px; 
	cursor: pointer; 
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}