@charset "UTF-8";
/*////////////////////////////////////////////////////////////////
PC
////////////////////////////////////////////////////////////////*/	
@media print, screen and (min-width: 641px) {
#contents_image {
	background-image: url(../image/voice/mainimage.png);
}
#mainbody #title {
	background-color: #62bf8c;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
}
#mainbody #title .title {
	text-align: center;
	display: block;
	float: left;
	width: 600px;
	padding-top: 40px;
}
#mainbody #title .photo {
	float: right;
	width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#mainbody #title .photo ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding-right: 20px;
}
#mainbody #title .photo li {
	line-height: 0px;
	display: block;
	margin-bottom: 10px;
}
#mainbody p {
	font-size: 18px;
	line-height: 1.8em;
	color: #535353;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#voice-list {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#voice-list .pagenation {
	position:relative;
	overflow:hidden;
	padding-bottom: 20px;
	padding-top: 20px;
}
#voice-list .pagenation ul.pager {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#voice-list .pagenation ul.pager li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#voice-list .pagenation ul.pager li b {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline;
	background-color: #EEEEEE;
	border: 1px #CCCCCC solid;
	padding-top: 0.25em;
	padding-right: 0.4em;
	padding-bottom: 0.25em;
	padding-left: 0.4em;
	margin-left: 5px;
}
#voice-list .pagenation ul.pager li a {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline;
	border: 1px #CCCCCC solid;
	background-color: #F5FCFF;
	padding-top: 0.25em;
	padding-right: 0.4em;
	padding-bottom: 0.25em;
	padding-left: 0.4em;
	margin-left: 5px;
}

#voice-list .pagenation ul.pager li a:link,
#voice-list .pagenation ul.pager li a:visited {
	border-color: #CCCCCC;
	color: #0033FF;
}
#voice-list .pagenation ul.pager li a:hover,
#voice-list .pagenation ul.pager li a:active {
	border-color: #1856B0;
	background-color: #00318D;
	color: #FFFFFF;
}
#voice-list ul.list {
	display: flex;
flex-flow: wrap;
}
#voice-list ul.list li {
	width: 25%;
}

#voice-list .box {
	border: 1px solid #CCC;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	width: 94%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#voice-list .box a {
	text-decoration: none;
	display: block;
	padding: 10px;
}
#voice-list .box a:hover {
	background-color: #FFC;
}
#voice-list .box .left {
	text-align: center;
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
}
#voice-list .box .left img {
	height: auto !important;
	width: 100% !important;
}
#voice-list .box .right {
}
#voice-list .box .right p.title {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	padding-right: 5px;
	text-decoration: underline;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#voice-list .box .right p.sub-title {
	font-size: 12px;
	line-height: 1.5em;
	color: #936;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#voice-list .box .right p.name {
	font-size: 11px;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#voice-detail {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 50px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-align: left;
}
#voice-detail #head {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F75586;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDA9B7;
	border-right-color: #EDA9B7;
	border-bottom-color: #EDA9B7;
	padding-top: 6px;
	padding-bottom: 10px;
	display: block;
	background-color: #FFEBF1;
	text-align: left;
}
#voice-detail p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#voice-detail #head p.title {
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	color: #AB2E63;
	margin: 0px;
	padding-top: 5px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#voice-detail #head p.sub-title {
	font-size: 14px;
	line-height: 1.5em;
	color: #C60;
	padding-right: 100px;
}
#voice-detail #head p.name {
	padding-right: 100px;
	padding-top: 3px;
}
#voice-detail #mainphoto {
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
#voice-detail #mainphoto p {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.8em;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#voice-detail .box {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
}
#voice-detail .box p.title {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-top: 6px;
	padding-bottom: 4px;
	margin-bottom: 15px;
}
#voice-detail .box p.text {
	font-size: 16px;
	line-height: 1.7em;
	padding-bottom: 20px;
}
#voice-detail .box img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#mainbody p.bt {
	padding-top: 50px;	
}
#mainbody p.bt a {
	border: 1px solid #adadad;
	font-size: 16px;
	line-height: 1.5em;
	color: #515151;
	text-align: center;
	display: block;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 12px;
	text-decoration: none;
	border-radius: 4px;
	background-color: #FFF;
	position: relative;
}
#mainbody p.bt a:after {
	content: "▶";
	position: absolute;
	right: 10px;
	padding-top: 0px;
	font-size: 10px;
}
#mainbody p.bt a:hover {
	color: #FFF;
	background-color: #999;
}
}




/*////////////////////////////////////////////////////////////////
SP
////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 640px) {
#contents_image {
	background-image: url(../image/voice/mainimage.png);
}
#mainbody #title {
	background-color: #62bf8c;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
}
#mainbody #title .title {
	text-align: center;
	display: block;
	padding-top: 20px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainbody #title .photo {
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainbody #title .photo ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding-right: 0px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainbody #title .photo li {
	line-height: 0px;
	display: block;
	margin-bottom: 5px;
	width: 24%;
}
#mainbody p {
	font-size: 14px;
	line-height: 1.4em;
	color: #535353;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#voice-list {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#voice-list .pagenation {
	position:relative;
	overflow:hidden;
	padding-bottom: 10px;
	padding-top: 10px;
}
#voice-list .pagenation ul.pager {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: flex;
flex-flow: wrap;
}
#voice-list .pagenation ul.pager li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#voice-list .pagenation ul.pager li b {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline;
	background-color: #EEEEEE;
	border: 1px #CCCCCC solid;
	padding-top: 0.25em;
	padding-right: 0.4em;
	padding-bottom: 0.25em;
	padding-left: 0.4em;
	margin-left: 5px;
}
#voice-list .pagenation ul.pager li a {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline;
	border: 1px #CCCCCC solid;
	background-color: #F5FCFF;
	padding-top: 0.25em;
	padding-right: 0.4em;
	padding-bottom: 0.25em;
	padding-left: 0.4em;
	margin-left: 5px;
}

#voice-list .pagenation ul.pager li a:link,
#voice-list .pagenation ul.pager li a:visited {
	border-color: #CCCCCC;
	color: #0033FF;
}
#voice-list .pagenation ul.pager li a:hover,
#voice-list .pagenation ul.pager li a:active {
	border-color: #1856B0;
	background-color: #00318D;
	color: #FFFFFF;
}
#voice-list ul.list {
	display: flex;
flex-flow: wrap;
}
#voice-list ul.list li {
	width: 50%;
}

#voice-list .box {
	border: 1px solid #CCC;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	width: 94%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#voice-list .box a {
	text-decoration: none;
	display: block;
	padding: 10px;
}
#voice-list .box a:hover {
	background-color: #FFC;
}
#voice-list .box .left {
	text-align: center;
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
}
#voice-list .box .left img {
	height: auto !important;
	width: 100% !important;
}
#voice-list .box .right {
}
#voice-list .box .right p.title {
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#voice-list .box .right p.sub-title {
	font-size: 12px;
	line-height: 1.5em;
	color: #936;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#voice-list .box .right p.name {
	font-size: 11px;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#voice-detail {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 30px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-align: left;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}
#voice-detail #head {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F75586;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDA9B7;
	border-right-color: #EDA9B7;
	border-bottom-color: #EDA9B7;
	padding-top: 6px;
	padding-bottom: 10px;
	display: block;
	background-color: #FFEBF1;
	text-align: left;
}
#voice-detail p {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 13px;
}
#voice-detail #head p.title {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #AB2E63;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#voice-detail #head p.sub-title {
	font-size: 14px;
	line-height: 1.5em;
	color: #C60;
}
#voice-detail #head p.name {
	padding-top: 3px;
}
#voice-detail #mainphoto {
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
#voice-detail #mainphoto p {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
#voice-detail .box {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	margin-right: 5px;
	margin-left: 5px;
}
#voice-detail .box p.title {
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-top: 6px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
#voice-detail .box p.text {
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 10px;
}
#voice-detail .box img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#mainbody p.bt {
	padding-top: 30px;	
}
#mainbody p.bt a {
	border: 1px solid #adadad;
	font-size: 16px;
	line-height: 1.5em;
	color: #515151;
	text-align: center;
	display: block;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 12px;
	text-decoration: none;
	border-radius: 4px;
	background-color: #FFF;
	position: relative;
}
#mainbody p.bt a:after {
	content: "▶";
	position: absolute;
	right: 10px;
	padding-top: 0px;
	font-size: 10px;
}
#mainbody p.bt a:hover {
	color: #FFF;
	background-color: #999;
}

}
