@charset 'UTF-8';
@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Oleo+Script:400|Open+Sans:300,300italic,600,600italic,800");

	body
	{
		/*
		background: #E8FDFF;
		*/
		background: #DEF7FA;
	}

		body.is-loading *
		{
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	body,input,select,textarea
	{
		font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
		font-size: 12pt;
		color: #4D4D4D;
		font-weight: 300;
	}

	a
	{
		color: #0090c5;
		text-decoration: underline;
	}

		a:hover
		{
			text-decoration: none;
		}
		a .more
		{
		color: #333;
		text-decoration: underline;
		}

	h1
	{
		font-size:30px;
		font-weight: 400;
		color:#000;
		line-height:1.2em;
	}

	h2, h3, h4, h5, h6
	{
		font-weight: 400;
		color:#000;
		line-height:1.2em;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	{
		color: #0090c5;
		text-decoration: none;
		outline: 0;
	}

	b, strong
	{
		font-weight: 600;
		color: #444;
	}

	i, em
	{
		font-style: italic;
	}

	br.clear
	{
		clear: both;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr
	{
		border-top: solid 1px #366;
		margin:3em 0 3em 0;
	}

	blockquote
	{
		border-left: solid 0.5em #eee;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	p
	{
		line-height:1.7em;
		margin-bottom: 0.7em;
		font-size:16px;
	}
	.price
	{
		/*
		border: 2px solid #6CF;
		padding:5px;
		font-size:18px;
		font-weight:300;
		color: #FF59FF;
		margin:10px 0 20px 5px;
		width:300px;
		text-align:center;
		*/
	font-size:16px;
	font-weight:500;
	color:#000;
	background-color:#F9F9F9;
	width:300px;
	padding:5px;
	margin:20px 0 10px 0;
	}
	.price5
	{
	font-size:18px;
	font-weight:500;
	color:#000;
	background-color:#F9F9F9;
	width:300px;
	padding:5px;
	margin-bottom:10px;
	}
	.evaluation
	{
		border: 2px solid #60AECC;
		padding:1px;
		font-size:18px;
		font-weight:400;
		color: #60AECC;
		width:300px;
		text-align:center;
		margin:20px 0 0 10px;
	}
	.trial_price
	{
	font-size:18px;
	font-weight:500;
	line-height:3em;
	color:#000;
	background-color:#F9F9F9;
	padding:15px;
	}

	.pr1
	{
		border: 1px solid #D3EEF3;
		padding:0 5px 5px 5px;
		font-size:13px;
		color: #333;
	}
	.pr_title1
	{
	background-color: #5AB8D9;
	font-size:14px;
	font-weight:800;
	color:#FFF;
	padding:5px;
	text-align:center
	}
	.size44
	{
		font-size:30px;
		font-weight: 400;
		color:#000;
		line-height:1.2em;
	}
	ol, dl, table
	{
		margin:1.7em 0 1.7em 0;
		font-size:16px;
	}
	.sp_text
	{
	overflow: hidden;
    width: 2000px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -moz-text-overflow:ellipsis; /* Firefox */
    -o-text-overflow: ellipsis; /* Opera */
	}
	.pinktxt
	{
	background-color: #FFE1E7;
	}
	.pointtxt
	{
	font-weight:600;
	color:#3399CC;
	font-size:18px;
	}
	.responsive
	{
	max-width: 100%;
    height:auto;
	}
	p.top_image {
　　color: #000;
　　background-image: url(/images/server.jpg)
	max-width: 100%;
    height:auto;
　　}
	/* Section/Article */

		section,
		article
		{
			margin-bottom: 5em;
		}

			section > :last-child,
			article > :last-child
			{
				margin-bottom: 0;
			}

			section:last-child,
			article:last-child
			{
				margin-bottom: 0;
			}

		header
		{
			margin: 0 0 2em 0;
		}

			header h2, header h3
			{
				margin: 0 0 0.25em 0;
			}

			header p
			{
				margin: 0;
			}

		footer
		{
			margin: 2.5em 0 0 0;
		}

	/* Forms */

		form
		{
		}

			form label
			{
				display: block;
				font-weight: 800;
				margin: 0 0 1em 0;
				font-size: 0.8em;
				color: #444;
			}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form textarea
			{
				-webkit-appearance: none;
				display: block;
				width: 100%;
				border-radius: 8px;
				border: solid 1px #eee;
			}

				form input[type="text"]:focus,
				form input[type="email"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus
				{
					border-color: #0090c5;
				}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select
			{
				line-height: 3em;
				padding: 0 1em;
			}

			form textarea
			{
				min-height: 9em;
				padding: 1em;
			}

			form .formerize-placeholder
			{
				color: #555 !important;
			}

			form ::-webkit-input-placeholder
			{
				color: #555 !important;
			}

			form :-moz-placeholder
			{
				color: #555 !important;
			}

			form ::-moz-placeholder
			{
				color: #555 !important;
			}

			form :-ms-input-placeholder
			{
				color: #555 !important;
			}

			form ::-moz-focus-inner
			{
				border: 0;
			}

	/* Tables*/

		table
		{
			width: 100%;
		}

			table.default
			{
				width: 100%;
			}

				table.default tr
				{
					border-top: solid 1px #eee;
				}

					table.default tr:first-child
					{
						border-top: 0;
					}

				table.default td
				{
					padding: 0.5em 1em 0.5em 1em;
				}

				table.default th
				{
					text-align: left;
					padding: 0.5em 1em 0.5em 1em;
					font-weight: 800;
					margin: 0 0 1em 0;
				}

				table.default thead
				{
					background: #404248;
					color: #fff;
				}

				table.default tfoot
				{
				}

				table.default tbody
				{
				}


	/* Image */

		.image
		{
			display: inline-block;
			outline: 0;
		}

			.image img
			{
				display: block;
				width: 100%;
				border-radius: 8px;
			}

			.image.fit
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2.5em 0;
			}

			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}

			.image.centered
			{
				display: block;
				margin: 0 0 2.5em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Button */

		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
			-webkit-appearance: none;
			position: relative;
			display: inline-block;
			background: #0090c5;
			color: #fff;
			text-decoration: none;
			border-radius: 6px;
			font-weight: 800;
			outline: 0;
			border: 0;
			cursor: pointer;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
			-o-transition: background-color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out;
			transition: background-color .25s ease-in-out;
		}

			input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover,
			.button:hover
			{
				background: #10a0d5;
			}

			input[type="button"]:active,
			input[type="submit"]:active,
			input[type="reset"]:active,
			.button:active
			{
				background: #20b0e5;
			}

			.button.icon
			{
				margin:1em 0 0 0;
			}

				.button.icon:before
				{
					position: relative;
				}
			input[type="button"].alt,
			input[type="submit"].alt,
			input[type="reset"].alt,
			.button.alt
			{
				background: #f1f1f1;
				background: rgba(0,0,0,0.05);
				color: #444;
			}

				input[type="button"].alt:hover,
				input[type="submit"].alt:hover,
				input[type="reset"].alt:hover,
				.button.alt:hover
				{
					background: #e8e8e8;
					background: rgba(0,0,0,0.085);
				}

				input[type="button"].alt:active,
				input[type="submit"].alt:active,
				input[type="reset"].alt:active,
				.button.alt:active
				{
					background: #e4e4e4;
					background: rgba(0,0,0,0.15);
				}

	/* List */

		ul
		{
		}
		li .cat
		{
			background-color:#39F;
		}

			ul.default
			{
				list-style: none outside none;
 				margin: 15px 0 40px 15px;
  				padding: 0;
			}

				ul.default li
				{
					padding:5px 0;
  					border-bottom: 1px solid #BBE1F4;
				}
				.default li:first-child {
  padding-top: 0;
}
.default a
	{
		color: #62898E;
		text-decoration: none;
	}

		.default a:hover
		{
			text-decoration: underline;
		}
				ul.point
			{
				clear:left;
				list-style:circle;
				padding-left:1.0em;
				font-size:22px;
				color:#F60;
				margin:20px 0 15px 0px;
			}

				ul.point li
				{
					padding-left: 0.2em;
					line-height: 1.8em;
				}

			ul.actions
			{
			}

				ul.actions li
				{
					display: inline-block;
					padding: 0 0 0 0.25em;
					margin: 0 0 0 0.25em;
				}

					ul.actions li:first-child
					{
						margin-left: 0;
						padding-left: 0;
					}

			ul.menu li
			{
				border-left: solid 1px #e0e0e0;
				display: inline-block;
				padding: 0 0 0 0.75em;
				margin: 0 0 0 0.75em;
			}

				ul.menu li:first-child
				{
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}
				ul.cat li
			{
				background:#3CF;
			}
			.blog_archieve {
  list-style: none outside none;
  margin: 0 0 0 12px;
  padding: 0;
}

.blog_archieve li {
  padding:5px 0;
  border-bottom: 1px solid #BBE1F4;
}

.blog_archieve li:first-child {
  padding-top: 0;
}
.blog_archieve a
	{
		color: #5C8392;
		text-decoration: none;
	}

		.blog_archieve a:hover
		{
			text-decoration: underline;
		}

		ol
		{
		}

			ol.default
			{
				list-style: decimal;
				padding-left: 1.25em;
			}

				ol.default li
				{
					padding-left: 0.25em;
				}

	/* Box */

		.box
		{
			background: #fff;
			border-radius: 6px;
			box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.015);
			box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
		}
		.official{
			cursor:pointer
		}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
		position: relative;
		text-decoration: none;
		margin-right:5px;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}
		.fa {
		position: relative;
		text-decoration: none;
		margin-right:5px;
	}

/*********************************************************************************/
/* Widgets                                                                       */
/*********************************************************************************/

	.widget
	{
	}

		.widget.links
		{
		background-color:#FFF;
		padding:1em 1em 1em 1em;
		margin-bottom:0px;
		}

		.widget.thumbnails
		{
		}

			.widget.thumbnails .grid
			{
				margin-bottom: 2.5em;
			}

		.widget.contact
		{
		}

			.widget.contact ul
			{
				overflow: hidden;
				position: relative;
				left: -4px;
				top: 4px;
				margin-bottom: 1.5em;
			}

				.widget.contact ul li
				{
					display: inline-block;
					margin-right: 0.25em;
				}

					.widget.contact ul li a
					{
						display: inline-block;
						width: 2.5em;
						height: 2.5em;
						text-align: center;
						line-height: 2.5em;
						border-radius: 0.35em;
						outline: 0;
						opacity: 0.75;
						text-decoration: none;
						background: #222222;
						-moz-transition: background-color .25s ease-in-out;
						-webkit-transition: background-color .25s ease-in-out;
						-o-transition: background-color .25s ease-in-out;
						-ms-transition: background-color .25s ease-in-out;
						transition: background-color .25s ease-in-out;
					}

						.widget.contact ul li a:before
						{
							color: #f3f3f3;
							font-size: 1.75em;
							line-height: 1.5em;
						}

						.widget.contact ul li a:hover
						{
							background: #444444;
						}

						.widget.contact ul li a:active
						{
							background: #666666;
						}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#banner-wrapper
	{
		background:#FFF;
	}

	#main-wrapper
	{
		background: #FFF;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	}
	#main-wrapper h1
	{
		font-size:30px;
		margin-bottom:1.2em;
	}
	#main-wrapper .camp
	{
		font-size:22px;
		margin-bottom:1em;
		font-weight:bold;
		color:#F33;
	}
	#main-wrapper .blue
	{
		font-size:22px;
		margin-bottom:0.3em;
		font-weight:500;
		color: #09C;
	}
	#main-wrapper .blue2
	{
		margin:0.5em 0 0.3em 0;
		font-weight:800;
		color: #09C;
	}

	#footer-wrapper
	{
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		overflow: hidden;
	}

		#logo h1
		{
			background: #ff4486;
			color: #fff;
			border-radius: 6px;
			font-family: 'Oleo Script', serif;
			font-weight: 400;
		}

		#logo span
		{
			font-weight: 800;
		}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		margin-top: 0;
	}

		#footer a
		{
			color: inherit;
		}

	#copyright
	{
		color: #aaa;
	}

		#copyright a
		{
			color: inherit;
		}
