html {overflow-y: scroll;}
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 2em 1em;
}
td{
	padding: 4px;
}

thead, tfoot{
	background-color: #f5f5f5;
}

tbody td{
	height: 48px;
	padding: 8px 10px 8px 12px;
	border-top: 1px solid #EEE;
}

th{
	padding: 8px 18px 8px 24px;
}

tfoot th{
	text-align: right;
}

tfoot td{
	padding: 8px 18px 8px 24px;
}

#tanshuku_list{
	width: 100%;
	box-sizing: border-box;
}

#tanshuku_list li{
	padding: 1em .5em;
	box-sizing: border-box;
	border-bottom: 1px solid #DDD;
}

#tanshuku_list li:last-child{
	border: none;
}


#tanshuku_list li span{
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	padding: .3em;
}

#tanshuku_list li span.r_url{
	width: 50%;
}

#tanshuku_list li span.s_url{
	width: 35%;
}

#tanshuku_list li span.all{
	width: 10%;
}

li.head, li.foot{
	background-color: #f5f5f5;
}

.message{
	padding: 1em;
	color: #FFF;
	font-size: 1.5em;
	box-sizing: border-box;
	word-break: break-word;
}

caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	box-sizing: border-box;
	word-break: break-word;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}

body {
	font-family: "lucida grande", tahoma, verdana, arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
	color: #555;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}

*:first-child+html body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

* html body, .win body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a:link{color: #08c;}

html {
	-webkit-text-size-adjust: none;
}

img {
	max-width: 100%;
	height: auto;
	width /***/: auto; /* for ie8 */
}

.form_area{
	background-color:#366ed1;
}

.login_area{
	background-color:#EEE;
}

.summary_area{
	background-color:#EEEEEE;
	color: #333;
	font-size: 1.2em;
}

.summary_area h1{
	font-size: 2em;
	padding: .5em 0;
	color: #333;
}

.make_form h1{
	font-size: 2.5em;
	padding: .5em 0;
	color: #FFF;
}

.make_form input{
	box-sizing: border-box;
	width: calc(100% - 32px);
	max-width: 550px;
	height: 36px;
	margin-right: 20px;
	padding: 0 16px;
	font-size: 14px;
	line-height: 36px;
	vertical-align: middle;
	border: none;
	border-radius: 2px;
	outline: none;
	-webkit-transition: background-color .2s cubic-bezier(0.4,0,0.2,1),color .2s cubic-bezier(0.4,0,0.2,1);
	transition: background-color .2s cubic-bezier(0.4,0,0.2,1),color .2s cubic-bezier(0.4,0,0.2,1);
}

.make_form input[type="submit"]{
	width: 200px;
	border: none;
	border-radius: 2px;
	color: #000;
	position: relative;
	height: 36px;
	margin: 0;
	min-width: 120px;
	padding: 0 16px;
	display: inline-block;
	font-family: "Roboto","Helvetica","Arial",sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0;
	overflow: hidden;
	will-change: box-shadow;
	-webkit-transition: box-shadow .2s cubic-bezier(0.4,0,1,1),background-color .2s cubic-bezier(0.4,0,0.2,1),color .2s cubic-bezier(0.4,0,0.2,1);
	transition: box-shadow .2s cubic-bezier(0.4,0,1,1),background-color .2s cubic-bezier(0.4,0,0.2,1),color .2s cubic-bezier(0.4,0,0.2,1);
	outline: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	vertical-align: middle;

	color: #039be5;
	background-color: white;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.shadow{
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}

h2{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: .4em;
	background-color:#F5F5F5;
	border-left:5px solid #CC99FF;
	padding: .2em .2em .2em .6em;
}

p{
	padding: 0 .5em .5em;
}

#pager{
	display: inline-block;
	margin: 1em 0;
	text-align: center;
}

#pager a{
	box-sizing: border-box;
	display: inline-block;
	padding: .3em .8em;
	margin: 0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	color:#08c;
}
#pager a:first-child{
	border-radius: 4px 0 0 4px / 4px 0 0 4px;
}
#pager a:last-child{
	border-radius: 0 4px 4px 0 / 0 4px 4px 0;
	border-right: 1px solid #CCC;
}
#pager a:hover{
	text-decoration: under-line;
	color:#005580;
	background-color:#f5f5f5;
}
#pager a.current{
	background-color:#f5f5f5;
}

footer {
	background-color:#EEE;
	color:#666;
	border-top:solid 1px #999;
	text-align:center;
	margin: 1em 0;
	padding: 1em 0;
}

.footer_link{
	text-align: center;
	padding: 0 .5em .5em;
}

.footer_link a{
	display: inline-block;
	padding: .2em;
}
.contents{
	max-width: 1070px;
	padding: 40px 0;
	margin: 0 auto;
}

.red{
	color:#F33;
}

h2{
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 .5em;
	border-left: .5em solid #333;
}

.submit_button{
	width: 5em;
	margin-left: .5em;
	padding: .5em;
}

a.submit_button{
	border: 1px solid #999;
	display: inline-block;
}

.error{
	font-weight:bold;
	color:#F33;
	padding: .5em;
}

.scroll{
	overflow:auto;
	white-space:nowrap;
}

.my_id{
	margin: 0 auto .5em;
	text-align: center;
}

.my_id span{
	color: #1e90ff;
	font-size: 18px;
	font-weight: bold;
}

/* レスポンシブ */
@media(max-width:1070px){
	.contents{
		padding: 40px;
	}
}

@media(max-width:768px){
	.contents{
		padding: 20px 40px;
	}
	
	.make_form h1,
	.summary_area h1{
		font-size: 1.5em;
		padding: 0 0 .5em;
	}
	
	.make_form input{
		width: 100%;
		max-width: 100%;
		margin-bottom: .5em;
	}
	
	table{
		margin: 0;
	}
	
	.message{
		padding: .5em 0;
	}

	#tanshuku_list li span.r_url{
		width: 100%;
		display: block;
	}

	#tanshuku_list li span.s_url{
		width: 25em;
	}
	#tanshuku_list li span.all{
		width: calc(100% - 26em);
	}


}


@media(max-width:500px){
	.contents{
		padding: 20px;
	}
	
	#tanshuku_list li span.r_url,
	#tanshuku_list li span.m_date,
	#tanshuku_list li span.s_url,
	#tanshuku_list li span.all{
		width: 100%;
	}

	th,
	tfoot td{
    padding: 5px 10px;
	}

	tbody td{
		height: 32px;
    padding: 5px 10px;
	}
}
