@charset "utf-8";


@media screen and (min-width: 751px){

}
@media screen and (max-width: 750px){
body{
	min-width: auto !important;
}
#contents{
	padding: 0 15px;
}
.inner1000{
	padding: 0;
}
}

/*--------------------------------------------------------------------*/

header .wrap{
	border-top: 3px solid #FF9900;
}
@media screen and (min-width: 751px){

}
@media screen and (max-width: 750px){
header h1 .logo{
	height: auto;
	width: 100%;
}
header .user{
	top: 5px;
}
}

/*--------------------------------------------------------------------*/

#notification .notification .header div{
	display: inline-block;
}
#notification .notification .header div.archive{
	margin-left: 1em;
	cursor: pointer;
}

/*--------------------------------------------------------------------*/

@media screen and (min-width: 751px){

}
@media screen and (max-width: 750px){
#contents .mypage_wrap #questionnaire,
#contents .mypage_wrap #notification{
	width: 100% !important;
	box-sizing: border-box;
}
#contents .questionnaire .list .article{
}
#contents .questionnaire .list .article .small,
#contents .questionnaire .list .article .title{
	display: block;
	padding: 0 !important;
}
#contents .questionnaire .list .article .btn{
	padding: 0 0.5em;
	border-radius: 3px;
}
#contents .questionnaire .list .article .btn a{
	display: inline-block;
	position: relative;
	top: -0.7em;
	margin-top: 50%;
	font-size: 90%;
}
}

/*--------------------------------------------------------------------*/

@media screen and (min-width: 751px){

}
@media screen and (max-width: 750px){
#contents .mypage_wrap #notification .pagination img{
	width: auto;
}
}

/*--------------------------------------------------------------------*/


.login_box .login button[type='submit']{
	border: 1px solid #ff9900;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffbd5b+0,ff9900+100 */
	background: #ffbd5b; /* Old browsers */
	background: -moz-linear-gradient(top, #ffbd5b 0%, #ff9900 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffbd5b 0%,#ff9900 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffbd5b 0%,#ff9900 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd5b', endColorstr='#ff9900',GradientType=0 ); /* IE6-9 */
}

/*--------------------------------------------------------------------*/

.submit button{
	background: #FF9900;
}
.submit button:hover{
	background: #FFBB22;
}

/*notification_history*/
/*--------------------------------------------------------------------*/
#user_notification_history{
	padding: 30px;
}
#user_notification_history .notification .list{
	overflow: visible;
	max-height: none;
}