@charset "UTF-8";

@media screen and (min-width: 641px) {/* PC用 */

	/*会員ページタイトル*/
	div#menberTitle {
		width: 1159px;
		height: 175px;
		margin: 0px auto 30px auto;
		position:relative;
		background: url(../img/member_titpat.jpg) no-repeat;
	}
	
	div#menberTitle a {
		width:185px;
		position: absolute;
		top: 15px;
		right: 0px;
		font-size: 16px;
		color: #fff;
		padding: 12px 0px;
		background-color: #000;
		text-align: center;
		text-decoration: none;
	}
	
	div#menberTitle a:hover {
		background-color: #343434;
	}
	
	div#menberTitle h2.tit_txt01 {
		text-align: center;
		padding-top: 80px;
		font-size: 29px;
		font-weight: bold;
	}
	
	div#menberTitle h2.tit_txt02 {
		text-align: center;
		padding-top: 50px;
		font-size: 29px;
		line-height: 38px;
		font-weight: bold;
	}
	
	/*会員ページ*/
	div#memberBox {
		width: 920px;
		margin: 60px auto;
		overflow: hidden;
	}
	
	div#newsBox {
		width: 615px;
		margin: 0px auto;
		float: left;
		font-size: 14px;
		line-height: 24px;
	}
	
	div#newsBox div.goods {
		margin: 10px;
		box-shadow: 0px 0px 8px #333; 
		height: 773px;
		overflow: auto;
	}
	
	div#newsBox div.goods h3 {
		margin: 0px auto;
		text-align: left;
		color: #fff;
		background-color: #1C4992;
		font-size: 24px;
		padding: 25px 25px;
	}
	
	div#newsBox div.goods table {
		width: 560px;
		margin: 10px auto 15px auto;
		padding-bottom: 30px;
	}
	
	div#newsBox div.goods table th {
		width: 170px;
		border-bottom: 1px dotted #333;
		vertical-align: top;
		padding: 10px 0px;
		font-weight: normal;
	}
	
	div#newsBox div.goods table th img {
		padding-right: 8px;
		vertical-align: middle;
	}
	
	div#newsBox div.goods table td {
		border-bottom: 1px dotted #333;
		padding: 10px 0px;
		vertical-align: top;
	}
	
	div#newsBox div.goods table td img {
		padding-left: 8px;
		float: right;
	}
	
	div#sideBox {
		width: 280px;
		margin: 0px auto;
		padding-top: 10px;
		float: right;
	}
	
	div#sideBox img.pb {
		padding-bottom: 20px;
	}
	
	div#sideBox div.what {
		height: 400px;
		margin: 0px auto;
		background-color: #ff6800;
		overflow: auto;
	}
	
	div#sideBox div.what dl {
		width: 250px;
		margin: 5px auto 10px auto;
		color: #fff;
	}
	
	div#sideBox div.what dl dt {
		float: left;
		padding: 8px 0;
		width: 6em;
	}
	
	div#sideBox div.what dl dd {
		border-bottom: 1px dotted #fff;
		padding: 8px 0 8px 6em;
	}
	
	/*ログインページ*/
	div#loginBox {
		width: 630px;
		margin: 60px auto 30px auto;
	}
	
	div#loginBox h3 {
		margin: 30px auto;
		border-top: 1px dotted #a0a0a0;
		text-align: center;
		color: #1C4992;
		font-size: 20px;
		padding-top: 30px;
	}
	
	div#loginBox p {
		text-align: center;
		font-size: 14px;
		line-height: 24px;
	}
	
	div#loginBox table {
		margin: 55px auto 25px auto;
	}
	
	div#loginBox table th {
		width:200px;
		font-size: 17px;
		text-align: right;
		font-weight: normal;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	
	div#loginBox table td {
		padding-bottom: 10px;
	}
	
	div#loginBox table th span {
		font-size: 14px;
	}
	
	#id,
	#pass {
		width: 355px;
	}
	
	/*会員登録ページ*/
	div#entryBox {
		width: 600px;
		margin: 60px auto 60px auto;
	}
	
	div#entryBox p.nomal {
		text-align: left;
		font-size: 14px;
		line-height: 24px;
	}
	
	div#entryBox p.red {
		text-align: center;
		font-size: 16px;
		line-height: 28px;
		color: #ff0000;
	}
	
	div#entryBox table {
		width: 600px;
		margin: 40px auto;
	}
	
	div#entryBox table th {
		width:230px;
		font-size: 14px;
		line-height: 24px;
		font-weight: normal;
		padding: 3px 10px;
		background-color: #F2F2F2;
		border-bottom: 3px solid #fff;
	}
	
	div#entryBox table td {
		padding: 3px 10px;
		border-bottom: 3px solid #fff;
	}
	
	div#entryBox table td span {
		color: #C50018;
	}
	
	#hos,
	#hos_furi,
	#add02,
	#add03,
	#mail,
	#pass {
		width: 355px;
	}
	
	#add01 {
		margin-bottom: 5px;
	}
	
	#no01,
	#no02,
	#tel01,
	#tel02,
	#tel03 {
		width: 80px;
	}
	
	#name01,
	#name02,
	#name01_furi,
	#name02_furi {
		width: 140px;
	}
	
	/*会員ページ詳細*/
	div#inBox {
		width: 900px;
		margin: 60px auto 30px auto;
		border: 1px solid #000;
	}
	
	div#inBox table.detail {
		width: 800px;
		margin: 40px auto 20px auto;
		border-bottom: 1px solid #000;
	}
	
	div#inBox table.detail th {
		font-size: 14px;
		line-height: 24px;
		font-weight: normal;
		padding: 10px 0px;
		border-bottom: 1px solid #000;
	}
	
	div#inBox table.detail th img {
		padding-right: 20px;
	}
	
	div#inBox table.detail td.com {
		width: 50px;
		font-size: 15px;
		padding: 20px 15px;
		border-bottom: 1px solid #000;
		text-align: center;
	}
	
	div#inBox table.detail td.tit {
		font-size: 18px;
		line-height: 26px;
		padding: 20px 15px;
		border-bottom: 1px solid #000;
	}
	
	div#inBox table.detail td.txt {
		font-size: 14px;
		line-height: 24px;
		padding: 20px 15px;
		border-bottom: 1px solid #000;
	}
	
	div#inBox table.file {
		width: 800px;
		margin: 0px auto 20px auto;
	}
	
	div#inBox table.file th {
		font-size: 14px;
		line-height: 24px;
		font-weight: normal;
		padding: 10px 0px 25px 0px;
	}
	
	div#inBox table.file th img {
		padding-right: 20px;
	}
	
	div#inBox table.file td {
		font-size: 14px;
		line-height: 24px;
		font-weight: normal;
		padding: 0px 0px 10px 0px;
	}
	
	div#inBox table.file td p {
		padding-bottom: 20px;
	}
	
	div#inBox table.file td img {
		float: left;
		padding-right: 15px;
	}
	
	/*戻るボタン*/
	div#loginBack {
		margin: 0px auto;
		text-align: center;
	}
	
	/*各ボタン*/
	a.blueBtn {
		width: 110px;
		text-align: center;
		font-size: 16px;
		background-color: #1C4992;
		overflow: hidden;
		display: block;
		color: #fff;
		text-decoration: none;
		margin: 0px auto 30px auto;
		padding: 10px 0px;
		border-radius: 5px; /* CSS3草案 */
		-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
		-moz-border-radius: 5px; /* Firefox用 */ 
	}
	
	a.blueBtn:hover {
		background-color: #2966C8;
	}
	
	a.redBtn {
		width: 110px;
		text-align: center;
		font-size: 16px;
		background-color: #C50018;
		overflow: hidden;
		display: block;
		color: #fff;
		text-decoration: none;
		margin: 30px auto 70px auto;
		padding: 10px 0px;
		border-radius: 5px; /* CSS3草案 */
		-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
		-moz-border-radius: 5px; /* Firefox用 */ 
	}
	
	a.redBtn:hover {
		background-color: #F30E2A;
	}
	
	a.topBtn {
		width: 260px;
		text-align: center;
		font-size: 16px;
		background-color: #1C4992;
		overflow: hidden;
		display: block;
		color: #fff;
		text-decoration: none;
		margin: 0px auto 30px auto;
		padding: 10px 0px;
		border-radius: 5px; /* CSS3草案 */
		-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
		-moz-border-radius: 5px; /* Firefox用 */ 
	}
	
	a.topBtn:hover {
		background-color: #2966C8;
	}

}

@media screen and (max-width:641px){/* スマートフォン用 */

	/*会員ページタイトル*/
	div#menberTitle {
		width: 900px;
		height: 175px;
		margin: 0px auto 30px auto;
		position:relative;
		background: url(../img/member_titpat.jpg) no-repeat;
	}
	
	div#menberTitle a {
		width:185px;
		position: absolute;
		top: 15px;
		right: 0px;
		font-size: 16px;
		color: #fff;
		padding: 12px 0px;
		background-color: #000;
		text-align: center;
		text-decoration: none;
	}
	
	div#menberTitle a:hover {
		background-color: #343434;
	}
	
	div#menberTitle h2.tit_txt01 {
		text-align: center;
		padding-top: 80px;
		font-size: 29px;
		font-weight: bold;
	}
	
	div#menberTitle h2.tit_txt02 {
		text-align: center;
		padding-top: 50px;
		font-size: 29px;
		line-height: 38px;
		font-weight: bold;
	}
	
	/*会員ページ*/
	div#memberBox {
		width: 920px;
		margin: 60px auto;
		overflow: hidden;
	}
	
	div#newsBox {
		width: 615px;
		margin: 0px auto;
		float: left;
	}
	
	div#newsBox div.goods {
		margin: 10px;
		box-shadow: 0px 0px 8px #333; 
		height: 773px;
		overflow: auto;
	}
	
	div#newsBox div.goods h3 {
		margin: 0px auto;
		text-align: left;
		color: #fff;
		background-color: #1C4992;
		font-size: 24px;
		padding: 25px 25px;
	}
	
	div#newsBox div.goods table {
		width: 560px;
		margin: 10px auto 15px auto;
		padding-bottom: 30px;
	}
	
	div#newsBox div.goods table th {
		width: 160px;
		border-bottom: 1px dotted #333;
		vertical-align: top;
		padding: 10px 0px;
		font-weight: normal;
	}
	
	div#newsBox div.goods table th img {
		padding-right: 8px;
	}
	
	div#newsBox div.goods table td {
		border-bottom: 1px dotted #333;
		padding: 10px 0px;
		vertical-align: top;
	}
	
	div#newsBox div.goods table td img {
		padding-left: 8px;
		float: right;
	}
	
	div#sideBox {
		width: 280px;
		margin: 0px auto;
		padding-top: 10px;
		float: right;
	}
	
	div#sideBox img.pb {
		padding-bottom: 20px;
	}
	
	div#sideBox div.what {
		height: 400px;
		margin: 0px auto;
		background-color: #ff6800;
		overflow: auto;
	}
	
	div#sideBox div.what dl {
		width: 250px;
		margin: 5px auto 10px auto;
		color: #fff;
	}
	
	div#sideBox div.what dl dt {
		float: left;
		padding: 8px 0;
		width: 6em;
	}
	
	div#sideBox div.what dl dd {
		border-bottom: 1px dotted #fff;
		padding: 8px 0 8px 6em;
	}
	
	/*ログインページ*/
	div#loginBox {
		width: 630px;
		margin: 60px 120px 30px 120px;
		font-size: 24px;
	}
	
	div#loginBox h3 {
		margin: 30px auto;
		border-top: 1px dotted #a0a0a0;
		text-align: center;
		color: #1C4992;
		font-size: 32px;
		padding-top: 30px;
	}
	
	div#loginBox p {
		text-align: center;
		font-size: 14px;
		line-height: 24px;
	}
	
	div#loginBox table {
		margin: 55px auto 25px auto;
	}
	
	div#loginBox table th {
		width:200px;
		font-size: 17px;
		text-align: right;
		font-weight: normal;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	
	div#loginBox table td {
		padding-bottom: 10px;
	}
	
	div#loginBox table th span {
		font-size: 24px;
	}
	
	#id,
	#pass {
		width: 355px;
	}
	
	/*会員登録ページ*/
	div#entryBox {
		width: 600px;
		margin: 60px auto 60px auto;
	}
	
	div#entryBox p.nomal {
		text-align: left;
		font-size: 14px;
		line-height: 24px;
	}
	
	div#entryBox p.red {
		text-align: center;
		font-size: 16px;
		line-height: 28px;
		color: #ff0000;
	}
	
	div#entryBox table {
		width: 600px;
		margin: 40px auto;
	}
	
	div#entryBox table th {
		width:230px;
		font-size: 14px;
		line-height: 24px;
		font-weight: normal;
		padding: 3px 10px;
		background-color: #F2F2F2;
		border-bottom: 3px solid #fff;
	}
	
	div#entryBox table td {
		padding: 3px 10px;
		border-bottom: 3px solid #fff;
	}
	
	div#entryBox table td span {
		color: #C50018;
	}
	
	#hos,
	#hos_furi,
	#add02,
	#add03,
	#mail,
	#pass {
		width: 355px;
	}
	
	#add01 {
		margin-bottom: 5px;
	}
	
	#no01,
	#no02,
	#tel01,
	#tel02,
	#tel03 {
		width: 80px;
	}
	
	#name01,
	#name02,
	#name01_furi,
	#name02_furi {
		width: 140px;
	}
	
	/*会員ページ詳細*/
	div#inBox {
		width: 900px;
		margin: 60px auto 30px auto;
		border: 1px solid #000;
	}
	
	div#inBox table.detail {
		width: 800px;
		margin: 40px auto 20px auto;
		border-bottom: 1px solid #000;
	}
	
	div#inBox table.detail th {
		font-size: 14px;
		line-height: 24px;
		font-weight: normal;
		padding: 10px 0px;
		border-bottom: 1px solid #000;
	}
	
	div#inBox table.detail th img {
		padding-right: 20px;
	}
	
	div#inBox table.detail td.com {
		width: 50px;
		font-size: 15px;
		padding: 20px 15px;
		border-bottom: 1px solid #000;
		text-align: center;
	}
	
	div#inBox table.detail td.tit {
		font-size: 18px;
		line-height: 26px;
		padding: 20px 15px;
		border-bottom: 1px solid #000;
	}
	
	div#inBox table.detail td.txt {
		font-size: 14px;
		line-height: 24px;
		padding: 20px 15px;
		border-bottom: 1px solid #000;
	}
	
	div#inBox table.file {
		width: 800px;
		margin: 0px auto 20px auto;
	}
	
	div#inBox table.file th {
		font-size: 14px;
		line-height: 24px;
		font-weight: normal;
		padding: 10px 0px 25px 0px;
	}
	
	div#inBox table.file th img {
		padding-right: 20px;
	}
	
	div#inBox table.file td {
		font-size: 14px;
		line-height: 24px;
		font-weight: normal;
		padding: 0px 0px 10px 0px;
	}
	
	div#inBox table.file td p {
		padding-bottom: 20px;
	}
	
	div#inBox table.file td img {
		float: left;
		padding-right: 15px;
	}
	
	/*戻るボタン*/
	div#loginBack {
		margin: 0px auto;
		text-align: center;
	}
	
	/*各ボタン*/
	a.blueBtn {
		width: 110px;
		text-align: center;
		font-size: 16px;
		background-color: #1C4992;
		overflow: hidden;
		display: block;
		color: #fff;
		text-decoration: none;
		margin: 0px auto 30px auto;
		padding: 10px 0px;
		border-radius: 5px; /* CSS3草案 */
		-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
		-moz-border-radius: 5px; /* Firefox用 */ 
	}
	
	a.blueBtn:hover {
		background-color: #2966C8;
	}
	
	a.redBtn {
		width: 110px;
		text-align: center;
		font-size: 16px;
		background-color: #C50018;
		overflow: hidden;
		display: block;
		color: #fff;
		text-decoration: none;
		margin: 30px auto 70px auto;
		padding: 10px 0px;
		border-radius: 5px; /* CSS3草案 */
		-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
		-moz-border-radius: 5px; /* Firefox用 */ 
	}
	
	a.redBtn:hover {
		background-color: #F30E2A;
	}
	
	a.topBtn {
		width: 260px;
		text-align: center;
		font-size: 16px;
		background-color: #1C4992;
		overflow: hidden;
		display: block;
		color: #fff;
		text-decoration: none;
		margin: 0px auto 30px auto;
		padding: 10px 0px;
		border-radius: 5px; /* CSS3草案 */
		-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
		-moz-border-radius: 5px; /* Firefox用 */ 
	}
	
	a.topBtn:hover {
		background-color: #2966C8;
	}


}


